protected static class AbstractReference2DoubleSortedMap.ValuesIterator<K> extends AbstractDoubleIterator
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,Double>> |
i |
| Constructor and Description |
|---|
AbstractReference2DoubleSortedMap.ValuesIterator(ObjectBidirectionalIterator<Map.Entry<K,Double>> i) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
double |
nextDouble()
Delegates to the corresponding generic method.
|
next, remove, skipprotected final ObjectBidirectionalIterator<Map.Entry<K,Double>> i
public AbstractReference2DoubleSortedMap.ValuesIterator(ObjectBidirectionalIterator<Map.Entry<K,Double>> i)
public double nextDouble()
AbstractDoubleIteratornextDouble in interface DoubleIteratornextDouble in class AbstractDoubleIteratorIterator.next()public boolean hasNext()
Copyright © 2013. All Rights Reserved.