Uses of Package
com.esotericsoftware.kryo.util
-
Packages that use com.esotericsoftware.kryo.util Package Description com.esotericsoftware.kryo com.esotericsoftware.kryo.serializers com.esotericsoftware.kryo.util -
Classes in com.esotericsoftware.kryo.util used by com.esotericsoftware.kryo Class Description IdentityMap An unordered map that uses identity comparison for keys.IntArray A resizable, ordered or unordered int array.ObjectMap An unordered map. -
Classes in com.esotericsoftware.kryo.util used by com.esotericsoftware.kryo.serializers Class Description IntArray A resizable, ordered or unordered int array.ObjectMap An unordered map. -
Classes in com.esotericsoftware.kryo.util used by com.esotericsoftware.kryo.util Class Description IdentityMap An unordered map that uses identity comparison for keys.IdentityMap.Entries IdentityMap.Entry IdentityMap.Keys IdentityMap.MapIterator IdentityMap.Values IdentityObjectIntMap An unordered map where identity comparison is used for keys and the values are ints.IntArray A resizable, ordered or unordered int array.IntMap An unordered map that uses int keys.IntMap.Entries IntMap.Entry IntMap.Keys IntMap.MapIterator IntMap.Values ObjectMap An unordered map.ObjectMap.Entries ObjectMap.Entry ObjectMap.Keys ObjectMap.MapIterator ObjectMap.Values