net.sf.extjwnl.util.cache
Class ZeroPool<T>
java.lang.Object
net.sf.extjwnl.util.cache.ZeroPool<T>
- All Implemented Interfaces:
- Pool<T>
public class ZeroPool<T>
- extends Object
- implements Pool<T>
Pool which does nothing. Hopefully nothing harmful too.
- Author:
- Aliaksandr Autayeu
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ZeroPool
public ZeroPool()
replace
public T replace(T object)
- Specified by:
replace
in interface Pool<T>
Copyright © 2013. All Rights Reserved.