Package com.esotericsoftware.kryo.util
Class ObjectIntMap.Keys<K>
- java.lang.Object
-
- com.esotericsoftware.kryo.util.ObjectIntMap.Keys<K>
-
-
Constructor Summary
Constructors Constructor Description Keys(ObjectIntMap<K> map)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasNext()ObjectIntMap.Keys<K>iterator()Knext()ArrayList<K>toList()Returns a new list containing the remaining keys.<T extends List<K>>
TtoList(T array)Adds the remaining keys to the list.-
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
-
-
-
-
Constructor Detail
-
Keys
public Keys(ObjectIntMap<K> map)
-
-
Method Detail
-
iterator
public ObjectIntMap.Keys<K> iterator()
-
-