Class UVector64


  • public final class UVector64
    extends java.lang.Object
    • Field Detail

      • buffer

        private long[] buffer
      • length

        private int length
    • Constructor Detail

      • UVector64

        public UVector64()
    • Method Detail

      • isEmpty

        public boolean isEmpty()
      • size

        public int size()
      • elementAti

        public long elementAti​(int i)
      • getBuffer

        public long[] getBuffer()
      • addElement

        public void addElement​(long e)
      • setElementAt

        public void setElementAt​(long elem,
                                 int index)
      • insertElementAt

        public void insertElementAt​(long elem,
                                    int index)
      • removeAllElements

        public void removeAllElements()
      • ensureAppendCapacity

        private void ensureAppendCapacity()