Uses of Interface
net.sf.extjwnl.util.cache.Pool

Packages that use Pool
net.sf.extjwnl.princeton.data Implementations of DictionaryElementFactory for Princeton's release of WordNet. 
net.sf.extjwnl.util.cache Classes used for caching information. 
 

Uses of Pool in net.sf.extjwnl.princeton.data
 

Fields in net.sf.extjwnl.princeton.data declared as Pool
protected  Pool<String> AbstractPrincetonDictionaryElementFactory.stringCache
           
 

Uses of Pool in net.sf.extjwnl.util.cache
 

Classes in net.sf.extjwnl.util.cache that implement Pool
 class HashPool<T>
          Pools objects through a HashSet.
 class ZeroPool<T>
          Pool which does nothing.
 



Copyright © 2013. All Rights Reserved.