net.sf.extjwnl.util.cache
Class HashPool<T>

java.lang.Object
  extended by net.sf.extjwnl.util.cache.HashPool<T>
All Implemented Interfaces:
Pool<T>

public class HashPool<T>
extends Object
implements Pool<T>

Pools objects through a HashSet.

Author:

Constructor Summary
HashPool()
           
 
Method Summary
 T replace(T object)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HashPool

public HashPool()
Method Detail

replace

public T replace(T object)
Specified by:
replace in interface Pool<T>


Copyright © 2013. All Rights Reserved.