Class UVector32


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

      • buffer

        private int[] buffer
      • length

        private int length
    • Constructor Detail

      • UVector32

        public UVector32()
    • Method Detail

      • isEmpty

        public boolean isEmpty()
      • size

        public int size()
      • elementAti

        public int elementAti​(int i)
      • getBuffer

        public int[] getBuffer()
      • addElement

        public void addElement​(int e)
      • setElementAt

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

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

        public void removeAllElements()
      • ensureAppendCapacity

        private void ensureAppendCapacity()