protected static class AbstractDouble2ShortSortedMap.ValuesIterator extends AbstractShortIterator
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<Double,Short>> |
i |
| Constructor and Description |
|---|
AbstractDouble2ShortSortedMap.ValuesIterator(ObjectBidirectionalIterator<Map.Entry<Double,Short>> i) |
protected final ObjectBidirectionalIterator<Map.Entry<Double,Short>> i
public AbstractDouble2ShortSortedMap.ValuesIterator(ObjectBidirectionalIterator<Map.Entry<Double,Short>> i)
public short nextShort()
AbstractShortIteratornextShort in interface ShortIteratornextShort in class AbstractShortIteratorIterator.next()public boolean hasNext()
Copyright © 2013. All Rights Reserved.