A B C D E F G H I J K L M N O P R S T U V W 

O

ObjectMap<K,V> - Class in com.esotericsoftware.kryo.util
An unordered map.
ObjectMap() - Constructor for class com.esotericsoftware.kryo.util.ObjectMap
Creates a new map with an initial capacity of 32 and a load factor of 0.8.
ObjectMap(int) - Constructor for class com.esotericsoftware.kryo.util.ObjectMap
Creates a new map with a load factor of 0.8.
ObjectMap(int, float) - Constructor for class com.esotericsoftware.kryo.util.ObjectMap
Creates a new map with the specified initial capacity and load factor.
ObjectMap.Entries<K,V> - Class in com.esotericsoftware.kryo.util
 
ObjectMap.Entries(ObjectMap<K, V>) - Constructor for class com.esotericsoftware.kryo.util.ObjectMap.Entries
 
ObjectMap.Entry<K,V> - Class in com.esotericsoftware.kryo.util
 
ObjectMap.Entry() - Constructor for class com.esotericsoftware.kryo.util.ObjectMap.Entry
 
ObjectMap.Keys<K> - Class in com.esotericsoftware.kryo.util
 
ObjectMap.Keys(ObjectMap<K, ?>) - Constructor for class com.esotericsoftware.kryo.util.ObjectMap.Keys
 
ObjectMap.Values<V> - Class in com.esotericsoftware.kryo.util
 
ObjectMap.Values(ObjectMap<?, V>) - Constructor for class com.esotericsoftware.kryo.util.ObjectMap.Values
 
ordered - Variable in class com.esotericsoftware.kryo.util.IntArray
 
Output - Class in com.esotericsoftware.kryo.io
An OutputStream that buffers data in a byte array and optionally flushes to another OutputStream.
Output() - Constructor for class com.esotericsoftware.kryo.io.Output
Creates an uninitialized Output.
Output(int) - Constructor for class com.esotericsoftware.kryo.io.Output
Creates a new Output for writing to a byte array.
Output(int, int) - Constructor for class com.esotericsoftware.kryo.io.Output
Creates a new Output for writing to a byte array.
Output(byte[]) - Constructor for class com.esotericsoftware.kryo.io.Output
Creates a new Output for writing to a byte array.
Output(byte[], int) - Constructor for class com.esotericsoftware.kryo.io.Output
Creates a new Output for writing to a byte array.
Output(OutputStream) - Constructor for class com.esotericsoftware.kryo.io.Output
Creates a new Output for writing to an OutputStream.
Output(OutputStream, int) - Constructor for class com.esotericsoftware.kryo.io.Output
Creates a new Output for writing to an OutputStream.
OutputChunked - Class in com.esotericsoftware.kryo.io
An OutputStream that buffers data in a byte array and flushes to another OutputStream, writing the length before each flush.
OutputChunked() - Constructor for class com.esotericsoftware.kryo.io.OutputChunked
Creates an uninitialized OutputChunked with a maximum chunk size of 2048.
OutputChunked(int) - Constructor for class com.esotericsoftware.kryo.io.OutputChunked
Creates an uninitialized OutputChunked.
OutputChunked(OutputStream) - Constructor for class com.esotericsoftware.kryo.io.OutputChunked
Creates an OutputChunked with a maximum chunk size of 2048.
OutputChunked(OutputStream, int) - Constructor for class com.esotericsoftware.kryo.io.OutputChunked
 
A B C D E F G H I J K L M N O P R S T U V W