- All Superinterfaces:
- org.apache.lucene.util.Accountable,- AutoCloseable,- BigArray,- Closeable,- Releasable
Abstraction of an array of double values.
- 
Field SummaryFields inherited from interface org.apache.lucene.util.AccountableNULL_ACCOUNTABLE
- 
Method SummaryModifier and TypeMethodDescriptionvoidfill(long fromIndex, long toIndex, double value) Fill slots betweenfromIndexinclusive totoIndexexclusive withvalue.doubleget(long index) Get an element given its index.doubleincrement(long index, double inc) Increment value at the given index byincand return the value.voidset(long index, byte[] buf, int offset, int len) Bulk set.doubleset(long index, double value) Set a value at the given index and return the previous value.Methods inherited from interface org.apache.lucene.util.AccountablegetChildResources, ramBytesUsedMethods inherited from interface org.elasticsearch.core.Releasableclose
- 
Method Details- 
getdouble get(long index) Get an element given its index.
- 
setdouble set(long index, double value) Set a value at the given index and return the previous value.
- 
incrementdouble increment(long index, double inc) Increment value at the given index byincand return the value.
- 
fillvoid fill(long fromIndex, long toIndex, double value) Fill slots betweenfromIndexinclusive totoIndexexclusive withvalue.
- 
setvoid set(long index, byte[] buf, int offset, int len) Bulk set.
 
-