Class IntMap.Entries<V>
java.lang.Object
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 Object
implements Iterable<IntMap.Entry<V>>, Iterator<IntMap.Entry<V>>
- Author:
- Nathan Sweet
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterable
forEach, spliteratorMethods inherited from interface Iterator
forEachRemaining, remove