Class TimeoutMap.KeyIterator
java.lang.Object
TimeoutMap<K,V>.com.twelvemonkeys.util.TimeoutMap.TimeoutMapIterator<K>
com.twelvemonkeys.util.TimeoutMap.KeyIterator
- All Implemented Interfaces:
Iterator<K>
- Enclosing class:
TimeoutMap<K,V>
- Version:
- $Id: //depot/branches/personal/haraldk/twelvemonkeys/release-2/twelvemonkeys-core/src/main/java/com/twelvemonkeys/util/TimeoutMap.java#2 $
-
Field Summary
Fields inherited from class TimeoutMap.TimeoutMapIterator
mIterator, mNext, mNow -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class TimeoutMap.TimeoutMapIterator
hasNext, nextEntry, removeMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterator
forEachRemaining
-
Constructor Details
-
KeyIterator
private KeyIterator()
-
-
Method Details
-
next
-