Package com.esotericsoftware.kryo.util
Class IdentityMap.Entries<K,V>
java.lang.Object
com.esotericsoftware.kryo.util.IdentityMap.MapIterator<K,V>
com.esotericsoftware.kryo.util.IdentityMap.Entries<K,V>
- All Implemented Interfaces:
Iterable<IdentityMap.Entry<K,
,V>> Iterator<IdentityMap.Entry<K,
V>>
- Enclosing class:
IdentityMap<K,
V>
public static class IdentityMap.Entries<K,V>
extends IdentityMap.MapIterator<K,V>
implements Iterable<IdentityMap.Entry<K,V>>, Iterator<IdentityMap.Entry<K,V>>
-
Field Summary
FieldsFields inherited from class com.esotericsoftware.kryo.util.IdentityMap.MapIterator
currentIndex, hasNext, map, nextIndex
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.esotericsoftware.kryo.util.IdentityMap.MapIterator
findNextIndex, 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
-
-
Constructor Details
-
Entries
-
-
Method Details