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