protected static class AbstractByte2CharSortedMap.ValuesIterator extends AbstractCharIterator
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<Byte,Character>> |
i |
| Constructor and Description |
|---|
AbstractByte2CharSortedMap.ValuesIterator(ObjectBidirectionalIterator<Map.Entry<Byte,Character>> i) |
protected final ObjectBidirectionalIterator<Map.Entry<Byte,Character>> i
public AbstractByte2CharSortedMap.ValuesIterator(ObjectBidirectionalIterator<Map.Entry<Byte,Character>> i)
public char nextChar()
AbstractCharIteratornextChar in interface CharIteratornextChar in class AbstractCharIteratorIterator.next()public boolean hasNext()
Copyright © 2013. All Rights Reserved.