Package gaiasky.util
Class ObjectDoubleMap.Keys<K>
java.lang.Object
gaiasky.util.ObjectDoubleMap.Keys<K>
- Enclosing class:
- ObjectDoubleMap<K>
-
Field Summary
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
Methods inherited from interface java.util.Iterator
forEachRemaining, remove
-
Field Details
-
hasNext
public boolean hasNext
-
-
Constructor Details
-
Keys
-
-
Method Details
-
hasNext
public boolean hasNext() -
next
-
iterator
-
toArray
Returns a new array containing the remaining keys. -
toArray
Adds the remaining keys to the array. -
reset
public void reset() -
remove
public void remove()
-