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