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