Class CosListInt


  • public final class CosListInt
    extends java.lang.Object
    Just like CosList, except for primitive int values.
    • Constructor Summary

      Constructors 
      Constructor Description
      CosListInt()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void add​(int index, int value)  
      int get​(int index)  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CosListInt

        public CosListInt()
    • Method Detail

      • add

        public void add​(int index,
                        int value)
      • get

        public int get​(int index)