- IdentityMap<K,V> - Class in com.esotericsoftware.kryo.util
-
An unordered map that uses identity comparison for keys.
- IdentityMap() - Constructor for class com.esotericsoftware.kryo.util.IdentityMap
-
Creates a new map with an initial capacity of 32 and a load factor of 0.8.
- IdentityMap(int) - Constructor for class com.esotericsoftware.kryo.util.IdentityMap
-
Creates a new map with a load factor of 0.8.
- IdentityMap(int, float) - Constructor for class com.esotericsoftware.kryo.util.IdentityMap
-
Creates a new map with the specified initial capacity and load factor.
- IdentityMap.Entries<K,V> - Class in com.esotericsoftware.kryo.util
-
- IdentityMap.Entries(IdentityMap<K, V>) - Constructor for class com.esotericsoftware.kryo.util.IdentityMap.Entries
-
- IdentityMap.Entry<K,V> - Class in com.esotericsoftware.kryo.util
-
- IdentityMap.Entry() - Constructor for class com.esotericsoftware.kryo.util.IdentityMap.Entry
-
- IdentityMap.Keys<K> - Class in com.esotericsoftware.kryo.util
-
- IdentityMap.Keys(IdentityMap<K, ?>) - Constructor for class com.esotericsoftware.kryo.util.IdentityMap.Keys
-
- IdentityMap.Values<V> - Class in com.esotericsoftware.kryo.util
-
- IdentityMap.Values(IdentityMap<?, V>) - Constructor for class com.esotericsoftware.kryo.util.IdentityMap.Values
-
- IdentityObjectIntMap<K> - Class in com.esotericsoftware.kryo.util
-
An unordered map where identity comparison is used for keys and the values are ints.
- IdentityObjectIntMap() - Constructor for class com.esotericsoftware.kryo.util.IdentityObjectIntMap
-
Creates a new map with an initial capacity of 32 and a load factor of 0.8.
- IdentityObjectIntMap(int) - Constructor for class com.esotericsoftware.kryo.util.IdentityObjectIntMap
-
Creates a new map with a load factor of 0.8.
- IdentityObjectIntMap(int, float) - Constructor for class com.esotericsoftware.kryo.util.IdentityObjectIntMap
-
Creates a new map with the specified initial capacity and load factor.
- indexOf(int) - Method in class com.esotericsoftware.kryo.util.IntArray
-
- Input - Class in com.esotericsoftware.kryo.io
-
An InputStream that reads data from a byte array and optionally fills the byte array from another OutputStream as needed.
- Input() - Constructor for class com.esotericsoftware.kryo.io.Input
-
Creates an uninitialized Input.
- Input(int) - Constructor for class com.esotericsoftware.kryo.io.Input
-
Creates a new Input for reading from a byte array.
- Input(byte[]) - Constructor for class com.esotericsoftware.kryo.io.Input
-
Creates a new Input for reading from a byte array.
- Input(byte[], int, int) - Constructor for class com.esotericsoftware.kryo.io.Input
-
Creates a new Input for reading from a byte array.
- Input(InputStream) - Constructor for class com.esotericsoftware.kryo.io.Input
-
Creates a new Input for reading from an InputStream with a buffer size of 4096.
- Input(InputStream, int) - Constructor for class com.esotericsoftware.kryo.io.Input
-
Creates a new Input for reading from an InputStream.
- InputChunked - Class in com.esotericsoftware.kryo.io
-
An InputStream that reads lengths and chunks of data from another OutputStream, allowing chunks to be skipped.
- InputChunked() - Constructor for class com.esotericsoftware.kryo.io.InputChunked
-
Creates an uninitialized InputChunked with a buffer size of 2048.
- InputChunked(int) - Constructor for class com.esotericsoftware.kryo.io.InputChunked
-
Creates an uninitialized InputChunked.
- InputChunked(InputStream) - Constructor for class com.esotericsoftware.kryo.io.InputChunked
-
Creates an InputChunked with a buffer size of 2048.
- InputChunked(InputStream, int) - Constructor for class com.esotericsoftware.kryo.io.InputChunked
-
- insert(int, int) - Method in class com.esotericsoftware.kryo.util.IntArray
-
- IntArray - Class in com.esotericsoftware.kryo.util
-
A resizable, ordered or unordered int array.
- IntArray() - Constructor for class com.esotericsoftware.kryo.util.IntArray
-
Creates an ordered array with a capacity of 16.
- IntArray(int) - Constructor for class com.esotericsoftware.kryo.util.IntArray
-
Creates an ordered array with the specified capacity.
- IntArray(boolean, int) - Constructor for class com.esotericsoftware.kryo.util.IntArray
-
- IntArray(IntArray) - Constructor for class com.esotericsoftware.kryo.util.IntArray
-
Creates a new array containing the elements in the specific array.
- IntArray(int[]) - Constructor for class com.esotericsoftware.kryo.util.IntArray
-
Creates a new ordered array containing the elements in the specified array.
- IntArray(boolean, int[]) - Constructor for class com.esotericsoftware.kryo.util.IntArray
-
Creates a new array containing the elements in the specified array.
- intLength(int, boolean) - Static method in class com.esotericsoftware.kryo.io.Output
-
- IntMap<V> - Class in com.esotericsoftware.kryo.util
-
An unordered map that uses int keys.
- IntMap() - Constructor for class com.esotericsoftware.kryo.util.IntMap
-
Creates a new map with an initial capacity of 32 and a load factor of 0.8.
- IntMap(int) - Constructor for class com.esotericsoftware.kryo.util.IntMap
-
Creates a new map with a load factor of 0.8.
- IntMap(int, float) - Constructor for class com.esotericsoftware.kryo.util.IntMap
-
Creates a new map with the specified initial capacity and load factor.
- isAndroid - Static variable in class com.esotericsoftware.kryo.util.Util
-
- isFinal(Class) - Method in class com.esotericsoftware.kryo.Kryo
-
Returns true if the specified type is final.
- isImmutable() - Method in class com.esotericsoftware.kryo.Serializer
-
- isRegistrationRequired() - Method in class com.esotericsoftware.kryo.Kryo
-
- isWrapperClass(Class) - Static method in class com.esotericsoftware.kryo.util.Util
-
- items - Variable in class com.esotericsoftware.kryo.util.IntArray
-
- iterator() - Method in class com.esotericsoftware.kryo.util.IdentityMap.Entries
-
- iterator() - Method in class com.esotericsoftware.kryo.util.IdentityMap.Keys
-
- iterator() - Method in class com.esotericsoftware.kryo.util.IdentityMap.Values
-
- iterator() - Method in class com.esotericsoftware.kryo.util.ObjectMap.Entries
-
- iterator() - Method in class com.esotericsoftware.kryo.util.ObjectMap.Keys
-
- iterator() - Method in class com.esotericsoftware.kryo.util.ObjectMap.Values
-