Uses of Class
com.esotericsoftware.kryo.util.IntMap
-
Packages that use IntMap Package Description com.esotericsoftware.kryo.util -
-
Uses of IntMap in com.esotericsoftware.kryo.util
Fields in com.esotericsoftware.kryo.util declared as IntMap Modifier and Type Field Description protected IntMap<Registration>DefaultClassResolver. idToRegistrationprotected IntMap<Class>DefaultClassResolver. nameIdToClassMethods in com.esotericsoftware.kryo.util with parameters of type IntMap Modifier and Type Method Description voidIntMap. putAll(IntMap<? extends V> map)Constructors in com.esotericsoftware.kryo.util with parameters of type IntMap Constructor Description Entries(IntMap map)IntMap(IntMap<? extends V> map)Creates a new map identical to the specified map.Keys(IntMap map)Values(IntMap<V> map)
-