Uses of Interface
org.expasy.jpl.commons.collection.Cachable

Packages that use Cachable
org.expasy.jpl.commons.collection Provides JPL collection objects. 
 

Uses of Cachable in org.expasy.jpl.commons.collection
 

Classes in org.expasy.jpl.commons.collection with type parameters of type Cachable
 interface Pool<T extends Cachable>
          A Pool interface should be implemented by any pool that handles unique objects.
 class PoolImpl<T extends Cachable>
          This pool stores unique and immutable objects.
 

Methods in org.expasy.jpl.commons.collection with type parameters of type Cachable
static
<T extends Cachable>
PoolImpl<T>
PoolImpl.newInstance()
           
 



Copyright (c) 2012 Swiss Institute of Bioinformatics. All rights reserved.