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