Package | Description |
---|---|
com.esotericsoftware.kryo | |
com.esotericsoftware.kryo.io | |
com.esotericsoftware.kryo.unsafe | |
com.esotericsoftware.kryo.util |
Class and Description |
---|
Generics
Stores the generic type arguments and actual classes for type variables in the current location in the object graph.
|
IdentityMap
An unordered map that uses identity comparison for keys.
|
ObjectMap
An unordered map.
|
Pool.Poolable
Objects implementing this interface will have
Pool.Poolable.reset() called when passed to Pool.free(Object) . |
Class and Description |
---|
Pool.Poolable
Objects implementing this interface will have
Pool.Poolable.reset() called when passed to Pool.free(Object) . |
Class and Description |
---|
Pool.Poolable
Objects implementing this interface will have
Pool.Poolable.reset() called when passed to Pool.free(Object) . |
Class and Description |
---|
Generics
Stores the generic type arguments and actual classes for type variables in the current location in the object graph.
|
Generics.GenericsHierarchy
Stores the type parameters for a class and, for parameters passed to super classes, the corresponding super class type
parameters.
|
Generics.GenericType
Stores a type and its type parameters, recursively.
|
IdentityMap
An unordered map that uses identity comparison for keys.
|
IdentityMap.Entries |
IdentityMap.Entry |
IdentityMap.Keys |
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.Values |
ObjectMap
An unordered map.
|
ObjectMap.Entries |
ObjectMap.Entry |
ObjectMap.Keys |
ObjectMap.Values |
Copyright © 2019. All Rights Reserved.