net.sf.extjwnl.util.cache
Class HashPool<T>
java.lang.Object
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:
- Aliaksandr Autayeu
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HashPool
public HashPool()
replace
public T replace(T object)
- Specified by:
replace
in interface Pool<T>
Copyright © 2013. All Rights Reserved.