Class ReturnValueContainerPrimitives.RVInt

java.lang.Object
zombie.util.PooledObject
zombie.util.lambda.ReturnValueContainerPrimitives.RVInt
All Implemented Interfaces:
IPooledObject
Enclosing class:
ReturnValueContainerPrimitives

public static final class ReturnValueContainerPrimitives.RVInt
extends PooledObject
  • Field Summary

    Fields
    Modifier and Type Field Description
    int ReturnVal  
  • Constructor Summary

    Constructors
    Constructor Description
    RVInt()  
  • Method Summary

    Modifier and Type Method Description
    static ReturnValueContainerPrimitives.RVInt alloc()  
    void onReleased()  

    Methods inherited from class zombie.util.PooledObject

    getPool, isFree, release, setFree, setPool

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • ReturnVal

      public int ReturnVal
  • Constructor Details

    • RVInt

      public RVInt()
  • Method Details