net.sf.jbaobab.expirable
Class ExpirableMap.InternalRemoverImpl<K,V>
java.lang.Object
net.sf.jbaobab.expirable.ExpirableMap.InternalRemoverImpl<K,V>
- All Implemented Interfaces:
- InternalHandler.Remover<Map.Entry<K,V>>
- Enclosing class:
- ExpirableMap<K,V>
public static final class ExpirableMap.InternalRemoverImpl<K,V>
- extends Object
- implements InternalHandler.Remover<Map.Entry<K,V>>
A remover implementation for removing Map.Entry
instances.
- Author:
- Oakyoon Cha
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExpirableMap.InternalRemoverImpl
protected ExpirableMap.InternalRemoverImpl(Map<K,V> map)
remove
public void remove(Map.Entry<K,V> entry)
- Specified by:
remove in interface InternalHandler.Remover<Map.Entry<K,V>>