public class ReferenceCounter extends Object
Modifier and Type | Method and Description |
---|---|
boolean |
checkRefCount() |
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
IllegalStateException
public boolean tryReserve()
public void release() throws IllegalStateException
IllegalStateException
public long get()
public boolean checkRefCount()
Copyright © 2019. All rights reserved.