Package com.pnfsoftware.jeb.util.base
Class CharSequenceList
java.lang.Object
com.pnfsoftware.jeb.util.base.CharSequenceList
- All Implemented Interfaces:
CharSequence
Manager for a list of
CharSequence
, itself a CharSequence
.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionchar
charAt
(int index) static CharSequence
getLine
(CharSequence line, int maxCharsPerLine, int charsEndLine) int
length()
subSequence
(int start, int end) toString()
toString
(int maxCharsPerLine, int charsEndLine) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.lang.CharSequence
chars, codePoints, isEmpty
-
Constructor Details
-
CharSequenceList
-
-
Method Details
-
length
public int length()- Specified by:
length
in interfaceCharSequence
-
charAt
public char charAt(int index) - Specified by:
charAt
in interfaceCharSequence
-
subSequence
- Specified by:
subSequence
in interfaceCharSequence
-
toString
- Specified by:
toString
in interfaceCharSequence
- Overrides:
toString
in classObject
-
toString
-
getLine
-