Package com.esotericsoftware.kryo.util
Class ObjectMap.Entries<K,V>
java.lang.Object
com.esotericsoftware.kryo.util.ObjectMap.Entries<K,V>
- All Implemented Interfaces:
Iterable<ObjectMap.Entry<K,
,V>> Iterator<ObjectMap.Entry<K,
V>>
public static class ObjectMap.Entries<K,V>
extends Object
implements Iterable<ObjectMap.Entry<K,V>>, Iterator<ObjectMap.Entry<K,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, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
Methods inherited from interface java.util.Iterator
forEachRemaining, remove
-
Field Details
-
entry
-
hasNext
public boolean hasNext -
map
-
nextIndex
protected int nextIndex
-
-
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() -
advance
protected void advance() -
remove
public void remove()
-