Interface Longs

    • Method Detail

      • v

        long v​(int i)
        Value at index i
      • n

        int n()
        Length of the sequence
      • isEmpty

        boolean isEmpty()
      • first

        long first()
      • last

        long last()
      • copyTo

        void copyTo​(int i,
                    long[] dest,
                    int iDest,
                    int c)
      • copyTo

        void copyTo​(int i,
                    LongBuffer dest,
                    int c)
      • copyOf

        long[] copyOf​(int i,
                      int c)
      • copyOf

        long[] copyOf()