protected class ClassIndexedSet.ClassIndexedSetIterator extends Object implements Iterator<T>
ClassIndexedSet.| Modifier | Constructor and Description |
|---|---|
protected |
ClassIndexedSetIterator(ClassIndexedSet<T> parentSet,
Iterator<T> parentIterator)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
T |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingprotected ClassIndexedSetIterator(ClassIndexedSet<T> parentSet, Iterator<T> parentIterator)
parentSet - the ClassIndexedSet over which this instance is an iteratorparentIterator - the iterator for the parent's underlying storageCopyright © 1999–2016. All rights reserved.