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
Fields in com.esotericsoftware.kryo declared as IdentityMap Modifier and Type Field Description private IdentityMap
Kryo. originalToCopy
Methods in com.esotericsoftware.kryo that return IdentityMap Modifier and Type Method Description IdentityMap
Kryo. 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 (package private) IdentityMap<K,V>
IdentityMap.MapIterator. map
Constructors in com.esotericsoftware.kryo.util with parameters of type IdentityMap Constructor Description Entries(IdentityMap<K,V> map)
Keys(IdentityMap<K,?> map)
MapIterator(IdentityMap<K,V> map)
Values(IdentityMap<?,V> map)
-