Uses of Interface
org.elasticsearch.common.util.FloatArray
-
Packages that use FloatArray Package Description org.elasticsearch.common.util -
-
Uses of FloatArray in org.elasticsearch.common.util
Methods in org.elasticsearch.common.util that return FloatArray Modifier and Type Method Description FloatArrayBigArrays. grow(FloatArray array, long minSize)Grow an array to a size that is larger thanminSize, preserving content, and potentially reusing part of the provided array.FloatArrayBigArrays. newFloatArray(long size)Allocate a newFloatArrayof the given capacity.FloatArrayBigArrays. newFloatArray(long size, boolean clearOnResize)Allocate a newFloatArray.FloatArrayBigArrays. resize(FloatArray array, long size)Resize the array to the exact provided size.Methods in org.elasticsearch.common.util with parameters of type FloatArray Modifier and Type Method Description FloatArrayBigArrays. grow(FloatArray array, long minSize)Grow an array to a size that is larger thanminSize, preserving content, and potentially reusing part of the provided array.FloatArrayBigArrays. resize(FloatArray array, long size)Resize the array to the exact provided size.
-