Uses of Interface
net.sf.jbaobab.expirable.InternalHandler.Remover

Packages that use InternalHandler.Remover
net.sf.jbaobab.expirable Provides object expirers and expirable decorators for the Java Collections Framework
 

Uses of InternalHandler.Remover in net.sf.jbaobab.expirable
 

Classes in net.sf.jbaobab.expirable that implement InternalHandler.Remover
static class ExpirableCollection.InternalRemoverImpl<E>
          A general remover implementation for most collections.
static class ExpirableMap.InternalRemoverImpl<K,V>
           A remover implementation for removing Map.Entry instances.
 

Fields in net.sf.jbaobab.expirable declared as InternalHandler.Remover
protected  InternalHandler.Remover<E> AbstractExpirableCollection.remover
           
 

Constructors in net.sf.jbaobab.expirable with parameters of type InternalHandler.Remover
AbstractExpirableCollection(InternalHandler.Remover<E> remover)
           
AbstractExpirableCollection(InternalHandler.Remover<E> remover, long timeout)
           
InternalHandler(InternalHandler.Remover<E> remover)
           
InternalHandler(InternalHandler.Remover<E> remover, ExpirationHandler<E> handler)