protected static class AbstractObject2IntSortedMap.ValuesIterator<K> extends AbstractIntIterator
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<K,Integer>> |
i |
| Constructor and Description |
|---|
AbstractObject2IntSortedMap.ValuesIterator(ObjectBidirectionalIterator<Map.Entry<K,Integer>> i) |
protected final ObjectBidirectionalIterator<Map.Entry<K,Integer>> i
public AbstractObject2IntSortedMap.ValuesIterator(ObjectBidirectionalIterator<Map.Entry<K,Integer>> i)
public int nextInt()
AbstractIntIteratornextInt in interface IntIteratornextInt in class AbstractIntIteratorIterator.next()public boolean hasNext()
Copyright © 2013. All Rights Reserved.