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 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 java.lang.Object ReturnVal
  • Constructor Details

    • ReturnValueContainer

      public ReturnValueContainer()
  • Method Details