Android SDK Version


public final class LockOnGetVariable<T extends Object>
Field Summary
Modifier and TypeFieldDescription
private final Tvalue
Constructor Summary
ConstructorDescription
LockOnGetVariable(T value)
LockOnGetVariable(Callable<T> callable)
Method Summary
Modifier and TypeMethodDescription
final TgetValue()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Constructor Detail

LockOnGetVariable

LockOnGetVariable(T value)

LockOnGetVariable

LockOnGetVariable(Callable<T> callable)
Method Detail

getValue

 final TgetValue()