net.sf.jbaobab.expirable
Class ExpirableCollection.InternalRemoverImpl<E>
java.lang.Object
net.sf.jbaobab.expirable.ExpirableCollection.InternalRemoverImpl<E>
- All Implemented Interfaces:
- InternalHandler.Remover<E>
- Enclosing class:
- ExpirableCollection<E>
public static final class ExpirableCollection.InternalRemoverImpl<E>
- extends Object
- implements InternalHandler.Remover<E>
A general remover implementation for most collections.
- Author:
- Oakyoon Cha
|
Method Summary |
void |
remove(E element)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExpirableCollection.InternalRemoverImpl
protected ExpirableCollection.InternalRemoverImpl(Collection<E> collection)
remove
public void remove(E element)
- Specified by:
remove in interface InternalHandler.Remover<E>