Class ICharList.IReadOnlyCharListFromList

    • Field Detail

      • list2

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

      • IReadOnlyCharListFromList

        IReadOnlyCharListFromList​(java.util.List<java.lang.Character> list)
    • Method Detail

      • size

        public int size()
        Specified by:
        size in class ICharList
      • doGet

        protected char doGet​(int index)
        Description copied from class: ICharList
        Helper method for getting an element from the list. This is the only method which really gets an element. Override if you need to validity checks before getting.
        Specified by:
        doGet in class ICharList
        Parameters:
        index - index of element to return
        Returns:
        the element at the specified position in this list