Uses of Class
com.esotericsoftware.kryo.util.IdentityObjectIntMap
-
Packages that use IdentityObjectIntMap Package Description com.esotericsoftware.kryo.util -
-
Uses of IdentityObjectIntMap in com.esotericsoftware.kryo.util
Fields in com.esotericsoftware.kryo.util declared as IdentityObjectIntMap Modifier and Type Field Description protected IdentityObjectIntMap<java.lang.Class>
DefaultClassResolver. classToNameId
protected IdentityObjectIntMap<java.lang.Object>
MapReferenceResolver. writtenObjects
Constructors in com.esotericsoftware.kryo.util with parameters of type IdentityObjectIntMap Constructor Description IdentityObjectIntMap(IdentityObjectIntMap<K> map)
Creates a new map identical to the specified map.
-