Uses of Class
com.esotericsoftware.kryo.util.ObjectIntMap
-
Packages that use ObjectIntMap Package Description com.esotericsoftware.kryo.util -
-
Uses of ObjectIntMap in com.esotericsoftware.kryo.util
Subclasses of ObjectIntMap in com.esotericsoftware.kryo.util Modifier and Type Class Description classIdentityObjectIntMap<K>An unordered map where identity comparison is used for the objects keys and the values are unboxed ints.Methods in com.esotericsoftware.kryo.util with parameters of type ObjectIntMap Modifier and Type Method Description voidObjectIntMap. putAll(ObjectIntMap<? extends K> map)Constructors in com.esotericsoftware.kryo.util with parameters of type ObjectIntMap Constructor Description Entries(ObjectIntMap<K> map)Keys(ObjectIntMap<K> map)ObjectIntMap(ObjectIntMap<? extends K> map)Creates a new map identical to the specified map.Values(ObjectIntMap<?> map)
-