Package org.ojalgo.netio
Class CharArraySegment.Subsegment
- java.lang.Object
-
- org.ojalgo.netio.CharArraySegment
-
- org.ojalgo.netio.CharArraySegment.Subsegment
-
- All Implemented Interfaces:
java.lang.CharSequence
- Enclosing class:
- CharArraySegment
static final class CharArraySegment.Subsegment extends CharArraySegment
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.ojalgo.netio.CharArraySegment
CharArraySegment.RootSegment, CharArraySegment.Subsegment
-
-
Field Summary
Fields Modifier and Type Field Description private CharArraySegment
myParent
-
Fields inherited from class org.ojalgo.netio.CharArraySegment
end, start
-
-
Constructor Summary
Constructors Constructor Description Subsegment(CharArraySegment parent, int start, int end)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) int
start()
-
Methods inherited from class org.ojalgo.netio.CharArraySegment
charAt, getArray, length, subSequence, toString, valueOf, valueOf
-
-
-
-
Field Detail
-
myParent
private final CharArraySegment myParent
-
-
Constructor Detail
-
Subsegment
Subsegment(CharArraySegment parent, int start, int end)
-
-
Method Detail
-
start
int start()
- Specified by:
start
in classCharArraySegment
-
-