Class OffHeapR064

    • Field Detail

      • myPointer

        private final long myPointer
    • Constructor Detail

      • OffHeapR064

        OffHeapR064​(long count)
    • Method Detail

      • add

        public void add​(long index,
                        java.lang.Comparable<?> addend)
      • doubleValue

        public double doubleValue​(int index)
      • doubleValue

        public double doubleValue​(long index)
      • floatValue

        public float floatValue​(int index)
      • floatValue

        public float floatValue​(long index)
      • reset

        public void reset()
        Description copied from interface: Mutate1D
        Reset this mutable structure to some standard (all zeros) initial state. It must still be usuable after this call, and the structure/size/shape must not change.
      • set

        public void set​(int index,
                        double value)
      • set

        public void set​(long index,
                        java.lang.Comparable<?> value)
      • set

        public void set​(long index,
                        double value)
      • set

        public void set​(long index,
                        float value)