Package org.ojalgo.netio
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 org.ojalgo.netio.CharArraySegment
CharArraySegment.RootSegment, CharArraySegment.Subsegment
-
Field Summary
FieldsFields inherited from class org.ojalgo.netio.CharArraySegment
end, start
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.ojalgo.netio.CharArraySegment
charAt, getArray, length, subSequence, toString, valueOf, valueOf
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
-
Field Details
-
myParent
-
-
Constructor Details
-
Subsegment
Subsegment(CharArraySegment parent, int start, int end)
-
-
Method Details
-
start
int start()- Specified by:
start
in classCharArraySegment
-