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