public class ReferenceCounter extends Object
| Modifier and Type | Method and Description |
|---|---|
long |
get() |
static ReferenceCounter |
onReleased(Runnable onRelease) |
void |
release() |
void |
reserve() |
String |
toString() |
boolean |
tryReserve() |
@NotNull public static ReferenceCounter onReleased(Runnable onRelease)
public void reserve()
throws IllegalStateException
IllegalStateExceptionpublic boolean tryReserve()
public void release()
throws IllegalStateException
IllegalStateExceptionpublic long get()
Copyright © 2019. All rights reserved.