T - iterator genericsprotected abstract class IndexedTreeMap.PrivateEntryIterator<T> extends Object implements Iterator<T>
| Modifier and Type | Field and Description |
|---|---|
protected int |
expectedModCount |
protected IndexedTreeMap.Entry<K,V> |
lastReturned |
protected IndexedTreeMap.Entry<K,V> |
next |
| Modifier | Constructor and Description |
|---|---|
protected |
PrivateEntryIterator(IndexedTreeMap.Entry<K,V> first) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
IndexedTreeMap.Entry<K,V> |
nextEntry() |
IndexedTreeMap.Entry<K,V> |
prevEntry() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemaining, nextprotected IndexedTreeMap.Entry<K,V> next
protected IndexedTreeMap.Entry<K,V> lastReturned
protected int expectedModCount
protected PrivateEntryIterator(IndexedTreeMap.Entry<K,V> first)
Copyright © 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH. All rights reserved.