Class ICharList.ICharListableFromList

    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) java.util.List<java.lang.Character> list  
    • Constructor Summary

      Constructors 
      Constructor Description
      ICharListableFromList​(java.util.List<java.lang.Character> list)  
    • 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

      • list

        java.util.List<java.lang.Character> list
    • Constructor Detail

      • ICharListableFromList

        ICharListableFromList​(java.util.List<java.lang.Character> list)