Uses of Class
org.apache.datasketches.tuple.arrayofdoubles.ArrayOfDoublesUnion

Packages that use ArrayOfDoublesUnion 
Package Description
org.apache.datasketches.tuple.arrayofdoubles  
  • Uses of ArrayOfDoublesUnion in org.apache.datasketches.tuple.arrayofdoubles

    Methods in org.apache.datasketches.tuple.arrayofdoubles that return ArrayOfDoublesUnion 
    Modifier and Type Method Description
    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 memory.
    static ArrayOfDoublesUnion ArrayOfDoublesUnion.heapify​(org.apache.datasketches.memory.Memory mem)
    Heapify the given Memory as an ArrayOfDoublesUnion
    static ArrayOfDoublesUnion ArrayOfDoublesUnion.heapify​(org.apache.datasketches.memory.Memory mem, long seed)
    Heapify the given Memory and seed as an ArrayOfDoublesUnion
    static ArrayOfDoublesUnion ArrayOfDoublesSketches.heapifyUnion​(org.apache.datasketches.memory.Memory mem)
    Heapify the given Memory as an ArrayOfDoublesUnion
    static ArrayOfDoublesUnion ArrayOfDoublesSketches.heapifyUnion​(org.apache.datasketches.memory.Memory mem, long seed)
    Heapify the given Memory and seed as an ArrayOfDoublesUnion
    static ArrayOfDoublesUnion ArrayOfDoublesUnion.wrap​(org.apache.datasketches.memory.Memory mem)
    Wrap the given Memory as an ArrayOfDoublesUnion
    static ArrayOfDoublesUnion ArrayOfDoublesUnion.wrap​(org.apache.datasketches.memory.Memory mem, long seed)
    Wrap the given Memory and seed as an ArrayOfDoublesUnion
    static ArrayOfDoublesUnion ArrayOfDoublesUnion.wrap​(org.apache.datasketches.memory.WritableMemory mem)
    Wrap the given WritableMemory as an ArrayOfDoublesUnion
    static ArrayOfDoublesUnion ArrayOfDoublesUnion.wrap​(org.apache.datasketches.memory.WritableMemory mem, long seed)
    Wrap the given WritableMemory and seed as an ArrayOfDoublesUnion
    static ArrayOfDoublesUnion ArrayOfDoublesSketches.wrapUnion​(org.apache.datasketches.memory.Memory mem)
    Wrap the given Memory as an ArrayOfDoublesUnion
    static ArrayOfDoublesUnion ArrayOfDoublesSketches.wrapUnion​(org.apache.datasketches.memory.Memory mem, long seed)
    Wrap the given Memory and seed as an ArrayOfDoublesUnion
    static ArrayOfDoublesUnion ArrayOfDoublesSketches.wrapUnion​(org.apache.datasketches.memory.WritableMemory mem)
    Wrap the given Memory as an ArrayOfDoublesUnion
    static ArrayOfDoublesUnion ArrayOfDoublesSketches.wrapUnion​(org.apache.datasketches.memory.WritableMemory mem, long seed)
    Wrap the given Memory and seed as an ArrayOfDoublesUnion