ArrayOfDoublesUnion |
ArrayOfDoublesSetOperationBuilder.buildUnion() |
Creates an instance of ArrayOfDoublesUnion based on the current configuration of the builder.
|
ArrayOfDoublesUnion |
ArrayOfDoublesSetOperationBuilder.buildUnion(org.apache.datasketches.memory.WritableMemory dstMem) |
Creates an instance of ArrayOfDoublesUnion based on the current configuration of the builder
and the given destination memory.
|
static ArrayOfDoublesUnion |
ArrayOfDoublesUnion.heapify(org.apache.datasketches.memory.Memory srcMem) |
Heapify the given Memory as an ArrayOfDoublesUnion
|
static ArrayOfDoublesUnion |
ArrayOfDoublesUnion.heapify(org.apache.datasketches.memory.Memory srcMem,
long seed) |
Heapify the given Memory and seed as an ArrayOfDoublesUnion
|
static ArrayOfDoublesUnion |
ArrayOfDoublesSketches.heapifyUnion(org.apache.datasketches.memory.Memory srcMem) |
Heapify the given Memory as an ArrayOfDoublesUnion
|
static ArrayOfDoublesUnion |
ArrayOfDoublesSketches.heapifyUnion(org.apache.datasketches.memory.Memory srcMem,
long seed) |
Heapify the given Memory and seed as an ArrayOfDoublesUnion
|
static ArrayOfDoublesUnion |
ArrayOfDoublesUnion.wrap(org.apache.datasketches.memory.Memory srcMem) |
Wrap the given Memory as an ArrayOfDoublesUnion
|
static ArrayOfDoublesUnion |
ArrayOfDoublesUnion.wrap(org.apache.datasketches.memory.Memory srcMem,
long seed) |
Wrap the given Memory and seed as an ArrayOfDoublesUnion
|
static ArrayOfDoublesUnion |
ArrayOfDoublesUnion.wrap(org.apache.datasketches.memory.WritableMemory srcMem) |
Wrap the given WritableMemory as an ArrayOfDoublesUnion
|
static ArrayOfDoublesUnion |
ArrayOfDoublesUnion.wrap(org.apache.datasketches.memory.WritableMemory srcMem,
long seed) |
Wrap the given WritableMemory and seed as an ArrayOfDoublesUnion
|
static ArrayOfDoublesUnion |
ArrayOfDoublesSketches.wrapUnion(org.apache.datasketches.memory.Memory srcMem) |
Wrap the given Memory as an ArrayOfDoublesUnion
|
static ArrayOfDoublesUnion |
ArrayOfDoublesSketches.wrapUnion(org.apache.datasketches.memory.Memory srcMem,
long seed) |
Wrap the given Memory and seed as an ArrayOfDoublesUnion
|
static ArrayOfDoublesUnion |
ArrayOfDoublesSketches.wrapUnion(org.apache.datasketches.memory.WritableMemory srcMem) |
Wrap the given Memory as an ArrayOfDoublesUnion
|
static ArrayOfDoublesUnion |
ArrayOfDoublesSketches.wrapUnion(org.apache.datasketches.memory.WritableMemory srcMem,
long seed) |
Wrap the given Memory and seed as an ArrayOfDoublesUnion
|