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, wait
forEachRemaining
protected 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 © 2016 JBoss by Red Hat. All rights reserved.