Uses of Class
com.esotericsoftware.kryo.util.CuckooObjectMap
-
Packages that use CuckooObjectMap Package Description com.esotericsoftware.kryo.util -
-
Uses of CuckooObjectMap in com.esotericsoftware.kryo.util
Methods in com.esotericsoftware.kryo.util with parameters of type CuckooObjectMap Modifier and Type Method Description voidCuckooObjectMap. putAll(CuckooObjectMap<K,V> map)Deprecated.Constructors in com.esotericsoftware.kryo.util with parameters of type CuckooObjectMap Constructor Description CuckooObjectMap(CuckooObjectMap<? extends K,? extends V> map)Deprecated.Creates a new map identical to the specified map.Entries(CuckooObjectMap<K,V> map)Keys(CuckooObjectMap<K,?> map)Values(CuckooObjectMap<?,V> map)
-