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. idToRegistration
(package private) IntMap<V>
IntMap.MapIterator. map
protected IntMap<java.lang.Class>
DefaultClassResolver. nameIdToClass
Methods in com.esotericsoftware.kryo.util with parameters of type IntMap Modifier and Type Method Description void
IntMap. putAll(IntMap<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)
MapIterator(IntMap<V> map)
Values(IntMap<V> map)
-