| Modifier and Type | Method and Description |
|---|---|
<T> ObjectArray<T> |
BigArrays.grow(ObjectArray<T> array,
long minSize)
Grow an array to a size that is larger than
minSize, preserving content, and potentially reusing part of the provided array. |
<T> ObjectArray<T> |
BigArrays.newObjectArray(long size)
Allocate a new
ObjectArray. |
<T> ObjectArray<T> |
BigArrays.resize(ObjectArray<T> array,
long size)
Resize the array to the exact provided size.
|
| Modifier and Type | Method and Description |
|---|---|
<T> ObjectArray<T> |
BigArrays.grow(ObjectArray<T> array,
long minSize)
Grow an array to a size that is larger than
minSize, preserving content, and potentially reusing part of the provided array. |
<T> ObjectArray<T> |
BigArrays.resize(ObjectArray<T> array,
long size)
Resize the array to the exact provided size.
|
| Modifier and Type | Field and Description |
|---|---|
protected ObjectArray<org.HdrHistogram.DoubleHistogram> |
AbstractHDRPercentilesAggregator.states |
| Modifier and Type | Field and Description |
|---|---|
protected ObjectArray<TDigestState> |
AbstractTDigestPercentilesAggregator.states |
Copyright © 2009–2017. All rights reserved.