Class CharArraySegment.Subsegment
java.lang.Object
org.ojalgo.netio.CharArraySegment
org.ojalgo.netio.CharArraySegment.Subsegment
- All Implemented Interfaces:
CharSequence
- Enclosing class:
CharArraySegment
-
Nested Class Summary
Nested classes/interfaces inherited from class CharArraySegment
CharArraySegment.RootSegment, CharArraySegment.Subsegment -
Field Summary
FieldsFields 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
-
Field Details
-
myParent
-
-
Constructor Details
-
Subsegment
Subsegment(CharArraySegment parent, int start, int end)
-
-
Method Details
-
start
int start()- Specified by:
startin classCharArraySegment
-