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