Class DoubleList.ULong

  • All Implemented Interfaces:
    DoubleList
    Enclosing interface:
    DoubleList

    public static class DoubleList.ULong
    extends Object
    implements DoubleList
    Wraps a DoubleList around an array of primitive longs interpreted as unsigned integers.
    • Constructor Detail

      • ULong

        public ULong​(long[] array)
    • Method Detail

      • getSize

        public final int getSize()
        Specified by:
        getSize in interface DoubleList
      • getDouble

        public final double getDouble​(int index)
        Specified by:
        getDouble in interface DoubleList