protected static class AbstractByte2DoubleSortedMap.KeySetIterator extends AbstractByteBidirectionalIterator
To provide an iterator on keys, just create an instance of this class using the corresponding iterator on entries.
| Modifier and Type | Field and Description |
|---|---|
protected ObjectBidirectionalIterator<Map.Entry<Byte,Double>> |
i |
| Constructor and Description |
|---|
AbstractByte2DoubleSortedMap.KeySetIterator(ObjectBidirectionalIterator<Map.Entry<Byte,Double>> i) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
boolean |
hasPrevious()
Returns whether there is a previous element.
|
byte |
nextByte()
Delegates to the corresponding generic method.
|
byte |
previousByte()
Delegates to the corresponding generic method.
|
back, previousnext, remove, skipclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitskipskipprotected final ObjectBidirectionalIterator<Map.Entry<Byte,Double>> i
public AbstractByte2DoubleSortedMap.KeySetIterator(ObjectBidirectionalIterator<Map.Entry<Byte,Double>> i)
public byte nextByte()
AbstractByteIteratornextByte in interface ByteIteratornextByte in class AbstractByteIteratorIterator.next()public byte previousByte()
AbstractByteBidirectionalIteratorpreviousByte in interface ByteBidirectionalIteratorpreviousByte in class AbstractByteBidirectionalIteratorListIterator.previous()public boolean hasNext()
public boolean hasPrevious()
BidirectionalIteratorListIterator.hasPrevious()Copyright © 2013. All Rights Reserved.