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