Class TimeoutMap.TimeoutMapIterator<E>
java.lang.Object
com.twelvemonkeys.util.TimeoutMap.TimeoutMapIterator<E>
- All Implemented Interfaces:
Iterator<E>
- Direct Known Subclasses:
TimeoutMap.EntryIterator, TimeoutMap.KeyIterator, TimeoutMap.ValueIterator
- Enclosing class:
TimeoutMap<K,V>
Note: Iterating through this iterator will remove any expired values.
- Version:
- $Id: //depot/branches/personal/haraldk/twelvemonkeys/release-2/twelvemonkeys-core/src/main/java/com/twelvemonkeys/util/TimeoutMap.java#2 $
-
Field Details
-
mIterator
-
mNext
AbstractDecoratedMap.BasicEntry<K,V> mNext -
mNow
long mNow
-
-
Constructor Details
-
TimeoutMapIterator
private TimeoutMapIterator()
-
-
Method Details
-
remove
-
hasNext
-
nextEntry
AbstractDecoratedMap.BasicEntry<K,V> nextEntry()
-