- All Superinterfaces:
org.apache.lucene.util.Accountable,AutoCloseable,Closeable,Releasable
- All Known Subinterfaces:
ByteArray,DoubleArray,FloatArray,IntArray,LongArray,ObjectArray<T>
- All Known Implementing Classes:
ReleasableByteArray,ReleasableLongArray
Base abstraction of an array.
-
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, ramBytesUsedMethods inherited from interface org.elasticsearch.core.Releasable
close
-
Method Details
-
size
long size()Return the length of this array.
-