public final class ObjectHashSet.ObjectIterator extends Object implements Iterator<T>
| Constructor and Description |
|---|
ObjectIterator() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
T |
next() |
T |
nextValue() |
int |
remaining()
Return number of remaining elements.
|
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic int remaining()
public T nextValue()
Copyright © 2014-2021 Real Logic Limited. All Rights Reserved.