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
Fields in com.esotericsoftware.kryo.util declared as CuckooObjectMap Modifier and Type Field Description protected CuckooObjectMap<java.lang.Class,Registration>DefaultClassResolver. classToRegistrationMethods in com.esotericsoftware.kryo.util with parameters of type CuckooObjectMap Modifier and Type Method Description voidCuckooObjectMap. putAll(CuckooObjectMap<K,V> map)Constructors in com.esotericsoftware.kryo.util with parameters of type CuckooObjectMap Constructor Description CuckooObjectMap(CuckooObjectMap<? extends K,? extends V> map)Creates a new map identical to the specified map.Entries(CuckooObjectMap<K,V> map)Keys(CuckooObjectMap<K,?> map)Values(CuckooObjectMap<?,V> map)
-