protected static class AbstractDouble2CharSortedMap.ValuesIterator extends Object implements CharIterator
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<Double2CharMap.Entry> |
i |
| Constructor and Description |
|---|
ValuesIterator(ObjectBidirectionalIterator<Double2CharMap.Entry> i) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
char |
nextChar()
Returns the next element as a primitive type.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemaining, forEachRemaining, next, skipprotected final ObjectBidirectionalIterator<Double2CharMap.Entry> i
public ValuesIterator(ObjectBidirectionalIterator<Double2CharMap.Entry> i)
public char nextChar()
CharIteratornextChar in interface CharIteratorIterator.next()Copyright © 2020. All rights reserved.