protected static class AbstractShort2LongSortedMap.ValuesIterator extends AbstractLongIterator
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<Short,Long>> |
i |
| Constructor and Description |
|---|
AbstractShort2LongSortedMap.ValuesIterator(ObjectBidirectionalIterator<Map.Entry<Short,Long>> i) |
protected final ObjectBidirectionalIterator<Map.Entry<Short,Long>> i
public AbstractShort2LongSortedMap.ValuesIterator(ObjectBidirectionalIterator<Map.Entry<Short,Long>> i)
public long nextLong()
AbstractLongIteratornextLong in interface LongIteratornextLong in class AbstractLongIteratorIterator.next()public boolean hasNext()
Copyright © 2013. All Rights Reserved.