Class WKBasis.VectorOfInt

  • Enclosing class:
    WKBasis

    protected class WKBasis.VectorOfInt
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected int m_size  
      protected int[] m_values  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void add​(int value)  
      void clear()  
      protected void extend()  
      int get​(int pos)  
      int[] getArray()  
      int size()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • m_values

        protected int[] m_values
      • m_size

        protected int m_size
    • Constructor Detail

      • VectorOfInt

        public VectorOfInt​(int initialSize)
      • VectorOfInt

        public VectorOfInt()
    • Method Detail

      • add

        public void add​(int value)
      • get

        public int get​(int pos)
      • size

        public int size()
      • clear

        public void clear()
      • extend

        protected void extend()
      • getArray

        public int[] getArray()