| Package | Description |
|---|---|
| org.elasticsearch.common.util | |
| org.elasticsearch.index.fielddata.plain |
| Modifier and Type | Method and Description |
|---|---|
DoubleArray |
BigArrays.grow(DoubleArray array,
long minSize)
Grow an array to a size that is larger than
minSize, preserving content, and potentially reusing part of the provided array. |
DoubleArray |
BigArrays.newDoubleArray(long size)
Allocate a new
DoubleArray of the given capacity. |
DoubleArray |
BigArrays.newDoubleArray(long size,
boolean clearOnResize)
Allocate a new
DoubleArray. |
DoubleArray |
BigArrays.resize(DoubleArray array,
long size)
Resize the array to the exact provided size.
|
| Modifier and Type | Method and Description |
|---|---|
DoubleArray |
BigArrays.grow(DoubleArray array,
long minSize)
Grow an array to a size that is larger than
minSize, preserving content, and potentially reusing part of the provided array. |
DoubleArray |
BigArrays.resize(DoubleArray array,
long size)
Resize the array to the exact provided size.
|
| Constructor and Description |
|---|
GeoPointArrayLegacyAtomicFieldData.Single(DoubleArray lon,
DoubleArray lat,
org.apache.lucene.util.BitSet set) |
Copyright © 2009–2017. All rights reserved.