Package org.elasticsearch.common.util
Interface ObjectArray<T>
- All Superinterfaces:
org.apache.lucene.util.Accountable
,AutoCloseable
,BigArray
,Closeable
,org.elasticsearch.core.Releasable
Abstraction of an array of object values.
-
Field Summary
Fields inherited from interface org.apache.lucene.util.Accountable
NULL_ACCOUNTABLE
-
Method Summary
Methods inherited from interface org.apache.lucene.util.Accountable
getChildResources, ramBytesUsed
Methods inherited from interface org.elasticsearch.core.Releasable
close
-
Method Details
-
get
Get an element given its index. -
set
Set a value at the given index and return the previous value.
-