net.sf.jbaobab.expirable
Class ExpirableSet<E>
java.lang.Object
net.sf.jbaobab.expirable.AbstractExpirableCollection<E>
net.sf.jbaobab.expirable.ExpirableCollection<E>
net.sf.jbaobab.expirable.ExpirableSet<E>
- All Implemented Interfaces:
- Iterable<E>, Collection<E>, Set<E>
- Direct Known Subclasses:
- ExpirableSortedSet
public class ExpirableSet<E>
- extends ExpirableCollection<E>
- implements Set<E>
An expirable decorator for a Set.
- Author:
- Oakyoon Cha
| Methods inherited from class net.sf.jbaobab.expirable.ExpirableCollection |
add, add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray |
| Methods inherited from interface java.util.Set |
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray |
ExpirableSet
public ExpirableSet(Set<E> set,
long timeout)
ExpirableSet
public ExpirableSet(Set<E> set)