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