Class CharArraySegment.RootSegment
java.lang.Object
org.ojalgo.netio.CharArraySegment
org.ojalgo.netio.CharArraySegment.RootSegment
- All Implemented Interfaces:
CharSequence
- Enclosing class:
CharArraySegment
-
Nested Class Summary
Nested classes/interfaces inherited from class CharArraySegment
CharArraySegment.RootSegment, CharArraySegment.Subsegment -
Field Summary
Fields inherited from class CharArraySegment
end, start -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class CharArraySegment
charAt, getArray, length, subSequence, toString, valueOf, valueOfMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface CharSequence
chars, codePoints, getChars, isEmpty
-
Constructor Details
-
RootSegment
RootSegment(char[] array, int start, int end)
-
-
Method Details
-
start
int start()- Specified by:
startin classCharArraySegment
-