org.openjena.atlas.lib
Interface Pool<T>

All Known Implementing Classes:
PoolBase, PoolFiniteBlocking, PoolSync

public interface Pool<T>


Method Summary
 T get()
          Get an item from the pool - return null if the pool is empty
 boolean isEmpty()
           
 void put(T item)
           
 

Method Detail

put

void put(T item)

get

T get()
Get an item from the pool - return null if the pool is empty


isEmpty

boolean isEmpty()


Copyright ? 2004, 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP Copyright ? 2010 Talis Systems Ltd. Copyright ? 2010, 2011 Epimorphics Ltd.