Package com.esotericsoftware.kryo.util
Class ObjectMap.Entries<K,V>
java.lang.Object
com.esotericsoftware.kryo.util.ObjectMap.MapIterator<K,V>
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 ObjectMap.MapIterator<K,V>
implements Iterable<ObjectMap.Entry<K,V>>, Iterator<ObjectMap.Entry<K,V>>
-
Field Summary
FieldsFields inherited from class com.esotericsoftware.kryo.util.ObjectMap.MapIterator
currentIndex, hasNext, map, nextIndex
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.esotericsoftware.kryo.util.ObjectMap.MapIterator
advance, remove, reset
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
ObjectMap.Entry<K,V> entry
-
-
Constructor Details
-
Entries
-
-
Method Details