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 SummaryFields Modifier and Type Field Description booleanReturnVal
- 
Constructor SummaryConstructors Constructor Description RVBoolean()
- 
Method SummaryModifier and Type Method Description static ReturnValueContainerPrimitives.RVBooleanalloc()voidonReleased()Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
- 
Field Details- 
ReturnValpublic boolean ReturnVal
 
- 
- 
Constructor Details- 
RVBooleanpublic RVBoolean()
 
- 
- 
Method Details- 
onReleasedpublic void onReleased()
- 
alloc
 
-