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