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

java.lang.Object
  extended by 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:

Constructor Summary
ZeroPool()
           
 
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

ZeroPool

public ZeroPool()
Method Detail

replace

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


Copyright © 2013. All Rights Reserved.