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