Package arc.struct
Class LongMap.Entries<V>
java.lang.Object
arc.struct.LongMap.Entries<V>
- All Implemented Interfaces:
Iterable<LongMap.Entry<V>>,Iterator<LongMap.Entry<V>>
public static class LongMap.Entries<V>
extends Object
implements Iterable<LongMap.Entry<V>>, Iterator<LongMap.Entry<V>>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliteratorMethods inherited from interface java.util.Iterator
forEachRemaining, hasNext
-
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. -
iterator
-
remove
public void remove() -
reset
public void reset() -
hasNext
public boolean hasNext()
-