Uses of Interface
org.elasticsearch.common.util.BigArray
-
Packages that use BigArray Package Description org.elasticsearch.common.util -
-
Uses of BigArray in org.elasticsearch.common.util
Subinterfaces of BigArray in org.elasticsearch.common.util Modifier and Type Interface Description interfaceByteArrayAbstraction of an array of byte values.interfaceDoubleArrayAbstraction of an array of double values.interfaceFloatArrayAbstraction of an array of double values.interfaceIntArrayAbstraction of an array of integer values.interfaceLongArrayAbstraction of an array of long values.interfaceObjectArray<T>Abstraction of an array of object values.
-