Package org.jboss.util.collection
Class WeakIdentityHashMap.KeyIterator
- java.lang.Object
-
- org.jboss.util.collection.WeakIdentityHashMap.HashIterator
-
- org.jboss.util.collection.WeakIdentityHashMap.KeyIterator
-
- All Implemented Interfaces:
java.util.Iterator
- Enclosing class:
- WeakIdentityHashMap
private class WeakIdentityHashMap.KeyIterator extends WeakIdentityHashMap.HashIterator
-
-
Field Summary
-
Fields inherited from class org.jboss.util.collection.WeakIdentityHashMap.HashIterator
currentKey, entry, expectedModCount, index, lastReturned, nextKey
-
-
Constructor Summary
Constructors Modifier Constructor Description private
KeyIterator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
next()
-
Methods inherited from class org.jboss.util.collection.WeakIdentityHashMap.HashIterator
hasNext, nextEntry, remove
-
-