public final class OpenCharIntHashMap.MapIterator extends Object implements Iterator<OpenCharIntHashMap.MapElement>
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
OpenCharIntHashMap.MapElement |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic boolean hasNext()
hasNext in interface Iterator<OpenCharIntHashMap.MapElement>public OpenCharIntHashMap.MapElement next()
next in interface Iterator<OpenCharIntHashMap.MapElement>public void remove()
remove in interface Iterator<OpenCharIntHashMap.MapElement>Copyright © 2008–2017 The Apache Software Foundation. All rights reserved.