Uses of Class
com.esotericsoftware.kryo.util.IdentityMap
Packages that use IdentityMap
-
Uses of IdentityMap in com.esotericsoftware.kryo
Fields in com.esotericsoftware.kryo declared as IdentityMapMethods 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
Fields in com.esotericsoftware.kryo.util declared as IdentityMapModifier and TypeFieldDescription(package private) final IdentityMap<K, V> IdentityMap.MapIterator.mapConstructors in com.esotericsoftware.kryo.util with parameters of type IdentityMapModifierConstructorDescriptionEntries(IdentityMap<K, V> map) Keys(IdentityMap<K, ?> map) MapIterator(IdentityMap<K, V> map) Values(IdentityMap<?, V> map)