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()
throws IllegalStateException
IllegalStateExceptionpublic void release()
throws IllegalStateException
IllegalStateExceptionpublic long get()
public void releaseAll()
Copyright © 2016. All rights reserved.