Class HandleState
java.lang.Object
org.maplibre.nativeffi.internal.lifecycle.HandleState
Shared released-state bookkeeping for native handles.
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongaddress()voidcloseOnce(HandleState.NativeDestroy destroy) voidcloseOnce(HandleState.NativeDestroy destroy, Runnable afterSuccess) boolean
-
Constructor Details
-
HandleState
-
-
Method Details
-
requireLive
-
isReleased
public boolean isReleased() -
address
public long address() -
closeOnce
-
closeOnce
-