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 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
Constructors in com.esotericsoftware.kryo.util with parameters of type IdentityMap Constructor Description Entries(IdentityMap<K,V> map)
Keys(IdentityMap<K,?> map)
Values(IdentityMap<?,V> map)
-