ArrayOfDoublesUpdatableSketch |
ArrayOfDoublesUpdatableSketchBuilder.build() |
Returns an ArrayOfDoublesUpdatableSketch with the current configuration of this Builder.
|
ArrayOfDoublesUpdatableSketch |
ArrayOfDoublesUpdatableSketchBuilder.build(org.apache.datasketches.memory.WritableMemory dstMem) |
Returns an ArrayOfDoublesUpdatableSketch with the current configuration of this Builder.
|
static ArrayOfDoublesUpdatableSketch |
ArrayOfDoublesUpdatableSketch.heapify(org.apache.datasketches.memory.Memory mem) |
Heapify the given Memory as an ArrayOfDoublesUpdatableSketch
|
static ArrayOfDoublesUpdatableSketch |
ArrayOfDoublesUpdatableSketch.heapify(org.apache.datasketches.memory.Memory mem,
long seed) |
Heapify the given Memory and seed as a ArrayOfDoublesUpdatableSketch
|
static ArrayOfDoublesUpdatableSketch |
ArrayOfDoublesSketches.heapifyUpdatableSketch(org.apache.datasketches.memory.Memory srcMem) |
Heapify the given Memory as an ArrayOfDoublesUpdatableSketch
|
static ArrayOfDoublesUpdatableSketch |
ArrayOfDoublesSketches.heapifyUpdatableSketch(org.apache.datasketches.memory.Memory srcMem,
long seed) |
Heapify the given Memory and seed as a ArrayOfDoublesUpdatableSketch
|
static ArrayOfDoublesUpdatableSketch |
ArrayOfDoublesUpdatableSketch.wrap(org.apache.datasketches.memory.WritableMemory mem) |
Wrap the given WritableMemory as an ArrayOfDoublesUpdatableSketch
|
static ArrayOfDoublesUpdatableSketch |
ArrayOfDoublesUpdatableSketch.wrap(org.apache.datasketches.memory.WritableMemory mem,
long seed) |
Wrap the given WritableMemory and seed as a ArrayOfDoublesUpdatableSketch
|
static ArrayOfDoublesUpdatableSketch |
ArrayOfDoublesSketches.wrapUpdatableSketch(org.apache.datasketches.memory.WritableMemory srcMem) |
Wrap the given WritableMemory as an ArrayOfDoublesUpdatableSketch
|
static ArrayOfDoublesUpdatableSketch |
ArrayOfDoublesSketches.wrapUpdatableSketch(org.apache.datasketches.memory.WritableMemory srcMem,
long seed) |
Wrap the given WritableMemory and seed as a ArrayOfDoublesUpdatableSketch
|