java.lang.Object
org.ojalgo.netio.CharArraySegment
- All Implemented Interfaces:
CharSequence
-
Method Summary
Modifier and TypeMethodDescriptionfinal charcharAt(int index) final intlength()final CharArraySegmentsubSequence(int start, int end) final StringtoString()static CharArraySegmentvalueOf(char[] array) static CharArraySegmentvalueOf(char[] array, int start, int end) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.CharSequence
chars, codePoints, isEmpty
-
Method Details
-
valueOf
-
valueOf
-
charAt
public final char charAt(int index) - Specified by:
charAtin interfaceCharSequence
-
length
public final int length()- Specified by:
lengthin interfaceCharSequence
-
subSequence
- Specified by:
subSequencein interfaceCharSequence
-
toString
- Specified by:
toStringin interfaceCharSequence- Overrides:
toStringin classObject
-