Package zombie.util.lambda
Class ReturnValueContainerPrimitives.RVBoolean
java.lang.Object
zombie.util.PooledObject
zombie.util.lambda.ReturnValueContainerPrimitives.RVBoolean
- All Implemented Interfaces:
IPooledObject
- Enclosing class:
- ReturnValueContainerPrimitives
public static final class ReturnValueContainerPrimitives.RVBoolean extends PooledObject
-
Field Summary
Fields Modifier and Type Field Description boolean
ReturnVal
-
Constructor Summary
Constructors Constructor Description RVBoolean()
-
Method Summary
Modifier and Type Method Description static ReturnValueContainerPrimitives.RVBoolean
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 boolean ReturnVal
-
-
Constructor Details
-
RVBoolean
public RVBoolean()
-
-
Method Details
-
onReleased
public void onReleased() -
alloc
-