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