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>

private abstract class TimeoutMap.TimeoutMapIterator<E> extends Object implements Iterator<E>
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 $