public class ByteObjectMap.EntryIterator extends Object implements Iterator<ByteObjectMap.Entry>
| Constructor and Description |
|---|
EntryIterator() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
ByteObjectMap.Entry |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic boolean hasNext()
hasNext in interface Iterator<ByteObjectMap.Entry>public ByteObjectMap.Entry next()
next in interface Iterator<ByteObjectMap.Entry>public void remove()
remove in interface Iterator<ByteObjectMap.Entry>Copyright © 2016. All rights reserved.