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