protected static class AbstractDouble2BooleanSortedMap.ValuesIterator extends AbstractBooleanIterator
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,Boolean>> |
i |
| Constructor and Description |
|---|
AbstractDouble2BooleanSortedMap.ValuesIterator(ObjectBidirectionalIterator<Map.Entry<Double,Boolean>> i) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
boolean |
nextBoolean()
Delegates to the corresponding generic method.
|
next, remove, skipprotected final ObjectBidirectionalIterator<Map.Entry<Double,Boolean>> i
public AbstractDouble2BooleanSortedMap.ValuesIterator(ObjectBidirectionalIterator<Map.Entry<Double,Boolean>> i)
public boolean nextBoolean()
AbstractBooleanIteratornextBoolean in interface BooleanIteratornextBoolean in class AbstractBooleanIteratorIterator.next()public boolean hasNext()
Copyright © 2013. All Rights Reserved.