Uses of Class
com.esotericsoftware.kryo.util.IntArray
-
Packages that use IntArray Package Description com.esotericsoftware.kryo com.esotericsoftware.kryo.serializers com.esotericsoftware.kryo.util -
-
Uses of IntArray in com.esotericsoftware.kryo
Fields in com.esotericsoftware.kryo declared as IntArray Modifier and Type Field Description private IntArray
Kryo. readReferenceIds
-
Uses of IntArray in com.esotericsoftware.kryo.serializers
Methods in com.esotericsoftware.kryo.serializers with parameters of type IntArray Modifier and Type Method Description private java.util.List<java.lang.reflect.Field>
FieldSerializer. buildValidFields(boolean transientFields, java.util.List<java.lang.reflect.Field> allFields, ObjectMap context, IntArray useAsm)
private java.util.List<java.lang.reflect.Field>
FieldSerializer. buildValidFieldsFromCachedFields(FieldSerializer.CachedField[] cachedFields, IntArray useAsm)
private void
FieldSerializer. createCachedFields(IntArray useAsm, java.util.List<java.lang.reflect.Field> validFields, java.util.List<FieldSerializer.CachedField> cachedFields, int baseIndex)
-
Uses of IntArray in com.esotericsoftware.kryo.util
Methods in com.esotericsoftware.kryo.util that return IntArray Modifier and Type Method Description IntArray
IntMap.Keys. toArray()
Returns a new array containing the remaining keys.Methods in com.esotericsoftware.kryo.util with parameters of type IntArray Modifier and Type Method Description void
IntArray. addAll(IntArray array)
void
IntArray. addAll(IntArray array, int offset, int length)
Constructors in com.esotericsoftware.kryo.util with parameters of type IntArray Constructor Description IntArray(IntArray array)
Creates a new array containing the elements in the specific array.
-