Package org.jboss.modules
Class FastCopyHashSet.KeyIterator
java.lang.Object
org.jboss.modules.FastCopyHashSet.KeyIterator
- All Implemented Interfaces:
Iterator<E>
- Enclosing class:
FastCopyHashSet<E>
-
Field Details
-
next
private int next -
expectedCount
private int expectedCount -
current
private int current -
hasNext
private boolean hasNext -
table
-
-
Constructor Details
-
KeyIterator
private KeyIterator()
-
-
Method Details