Package gaiasky.util
Class ObjectDoubleMap.Entries<K>
java.lang.Object
gaiasky.util.ObjectDoubleMap.Entries<K>
- All Implemented Interfaces:
Iterable<ObjectDoubleMap.Entry<K>>
,Iterator<ObjectDoubleMap.Entry<K>>
- Enclosing class:
ObjectDoubleMap<K>
public static class ObjectDoubleMap.Entries<K>
extends Object
implements Iterable<ObjectDoubleMap.Entry<K>>, Iterator<ObjectDoubleMap.Entry<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
-
Entries
-
-
Method Details
-
next
Note the same entry instance is returned each time this method is called. -
hasNext
public boolean hasNext() -
iterator
-
reset
public void reset() -
remove
public void remove()
-