protected static class AbstractLong2ObjectSortedMap.ValuesIterator<V> extends AbstractObjectIterator<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<Map.Entry<Long,V>> |
i |
| Constructor and Description |
|---|
ValuesIterator(ObjectBidirectionalIterator<Map.Entry<Long,V>> i) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
V |
next() |
remove, skipclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingprotected final ObjectBidirectionalIterator<Map.Entry<Long,V>> i
public ValuesIterator(ObjectBidirectionalIterator<Map.Entry<Long,V>> i)
public V next()
public boolean hasNext()
Copyright © 2016. All rights reserved.