net.sf.jbaobab.expirable
Class ExpirableCollection.InternalRemoverImpl<E>

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

Constructor Summary
protected ExpirableCollection.InternalRemoverImpl(Collection<E> collection)
           
 
Method Summary
 void remove(E element)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExpirableCollection.InternalRemoverImpl

protected ExpirableCollection.InternalRemoverImpl(Collection<E> collection)
Method Detail

remove

public void remove(E element)
Specified by:
remove in interface InternalHandler.Remover<E>