Package org.elasticsearch.common.util
Interface BigArray
- All Superinterfaces:
org.apache.lucene.util.Accountable,java.lang.AutoCloseable,java.io.Closeable,Releasable
- All Known Subinterfaces:
ByteArray,DoubleArray,FloatArray,IntArray,LongArray,ObjectArray<T>
public interface BigArray extends Releasable, org.apache.lucene.util.Accountable
Base abstraction of an array.
-
Field Summary
-
Method Summary
Modifier and Type Method Description longsize()Return the length of this array.
-
Method Details
-
size
long size()Return the length of this array.
-