Uses of Class
com.esotericsoftware.kryo.util.IdentityMap
-
Packages that use IdentityMap Package Description com.esotericsoftware.kryo com.esotericsoftware.kryo.util -
-
Uses of IdentityMap in com.esotericsoftware.kryo
Methods in com.esotericsoftware.kryo that return IdentityMap Modifier and Type Method Description IdentityMapKryo. getOriginalToCopyMap()Returns the internal map of original to copy objects when a copy method is used. -
Uses of IdentityMap in com.esotericsoftware.kryo.util
Fields in com.esotericsoftware.kryo.util declared as IdentityMap Modifier and Type Field Description protected IdentityMap<Class,Registration>DefaultClassResolver. classToRegistrationConstructors in com.esotericsoftware.kryo.util with parameters of type IdentityMap Constructor Description IdentityMap(IdentityMap<K,V> map)Creates a new map identical to the specified map.
-