Uses of Package
net.sf.jbaobab.expirable

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

Classes in net.sf.jbaobab.expirable used by net.sf.jbaobab.expirable
AbstractExpirableCollection
           An abstract base implementation for decorators in net.sf.jbaobab.expirable package.
ExpirableCollection
           An expirable decorator for a Collection.
ExpirableMap
           An expirable decorator for a Map.
ExpirableQueue
           An expirable decorator for a Queue.
ExpirableSet
           An expirable decorator for a Set.
ExpirationHandler
           An interface for handle expired objects, normally used with Expirer.
Expirer
           A reaper class designed for decorators in net.sf.jbaobab.expirable package.
Expirer.Expirable
          A wrapper class for object that has creation/expiration time.
InternalHandler.Remover
          An interface for removing elements in a collection.