Uses of Class
com.esotericsoftware.kryo.util.IdentityMap
Packages that use IdentityMap
-
Uses of IdentityMap in com.esotericsoftware.kryo
Methods in com.esotericsoftware.kryo that return IdentityMapModifier and TypeMethodDescriptionKryo.getOriginalToCopyMap()Returns the internal map of original to copy objects when a copy method is used. -
Uses of IdentityMap in com.esotericsoftware.kryo.util
Constructors in com.esotericsoftware.kryo.util with parameters of type IdentityMapModifierConstructorDescriptionEntries(IdentityMap<K, V> map) Keys(IdentityMap<K, ?> map) Values(IdentityMap<?, V> map)