Package zombie.util.lambda
Class ReturnValueContainer
java.lang.Object
zombie.util.PooledObject
zombie.util.lambda.ReturnValueContainer
- All Implemented Interfaces:
IPooledObject
public final class ReturnValueContainer extends PooledObject
-
Field Summary
Fields Modifier and Type Field Description java.lang.Object
ReturnVal
-
Constructor Summary
Constructors Constructor Description ReturnValueContainer()
-
Method Summary
Modifier and Type Method Description static ReturnValueContainer
alloc()
void
onReleased()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
ReturnVal
public java.lang.Object ReturnVal
-
-
Constructor Details
-
ReturnValueContainer
public ReturnValueContainer()
-
-
Method Details
-
onReleased
public void onReleased() -
alloc
-