Package org.elasticsearch.common.util
Interface BigArray
- All Superinterfaces:
- org.apache.lucene.util.Accountable,- AutoCloseable,- Closeable,- org.elasticsearch.core.Releasable
- All Known Subinterfaces:
- ByteArray,- DoubleArray,- FloatArray,- IntArray,- LongArray,- ObjectArray<T>
public interface BigArray
extends org.elasticsearch.core.Releasable, org.apache.lucene.util.Accountable
Base abstraction of an array.
- 
Field SummaryFields inherited from interface org.apache.lucene.util.AccountableNULL_ACCOUNTABLE
- 
Method SummaryMethods inherited from interface org.apache.lucene.util.AccountablegetChildResources, ramBytesUsedMethods inherited from interface org.elasticsearch.core.Releasableclose
- 
Method Details- 
sizelong size()Return the length of this array.
 
-