protected static class AbstractReference2ReferenceSortedMap.ValuesIterator<K,V> extends Object implements ObjectIterator<V>
To provide an iterator on values, just create an instance of this class using the corresponding iterator on entries.
| Modifier and Type | Field and Description |
|---|---|
protected ObjectBidirectionalIterator<Reference2ReferenceMap.Entry<K,V>> |
i |
| Constructor and Description |
|---|
ValuesIterator(ObjectBidirectionalIterator<Reference2ReferenceMap.Entry<K,V>> i) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
V |
next() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitskipforEachRemaining, removeprotected final ObjectBidirectionalIterator<Reference2ReferenceMap.Entry<K,V>> i
public ValuesIterator(ObjectBidirectionalIterator<Reference2ReferenceMap.Entry<K,V>> i)
Copyright © 2020. All rights reserved.