Class ICharList.ICharListableFromMult

    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) char elem  
      (package private) int len  
    • Constructor Summary

      Constructors 
      Constructor Description
      ICharListableFromMult​(int len, char elem)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      char 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

        char elem
    • Constructor Detail

      • ICharListableFromMult

        ICharListableFromMult​(int len,
                              char elem)