Interface IPoolFactory<T>

    • Method Detail

      • createObject

        T createObject​(long identifier,
                       java.lang.Object o)
        Creates a replacement object for a value in a pool
        Parameters:
        identifier - the identifier that is used to look up the object
        the - object that would normally be returned from the pool
        Returns:
        the replacement object that will be used instead