public class ReferenceCounter extends Object
Modifier and Type | Method and Description |
---|---|
long |
get() |
static ReferenceCounter |
onReleased(Runnable onRelease) |
void |
release() |
void |
releaseAll() |
void |
reserve() |
String |
toString() |
public static ReferenceCounter onReleased(Runnable onRelease)
public void reserve()
public void release()
public long get()
public void releaseAll()
Copyright © 2015. All rights reserved.