Package com.esotericsoftware.kryo.util
Class CuckooObjectMap.Keys<K>
- java.lang.Object
-
- com.esotericsoftware.kryo.util.CuckooObjectMap.Keys<K>
-
-
Constructor Summary
Constructors Constructor Description Keys(CuckooObjectMap<K,?> map)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasNext()Iterator<K>iterator()Knext()ArrayList<K>toArray()Returns a new array containing the remaining keys.-
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(CuckooObjectMap<K,?> map)
-
-