Class IShortList.IShortListableFromMult

    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) short elem  
      (package private) int len  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      short get​(int index)  
      int size()  
      • Methods inherited from class java.lang.Object

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

      • len

        int len
      • elem

        short elem
    • Constructor Detail

      • IShortListableFromMult

        IShortListableFromMult​(int len,
                               short elem)