Package org.ojalgo.netio
Class CharArraySegment.RootSegment
- java.lang.Object
-
- org.ojalgo.netio.CharArraySegment
-
- org.ojalgo.netio.CharArraySegment.RootSegment
-
- All Implemented Interfaces:
java.lang.CharSequence
- Enclosing class:
- CharArraySegment
static final class CharArraySegment.RootSegment extends CharArraySegment
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.ojalgo.netio.CharArraySegment
CharArraySegment.RootSegment, CharArraySegment.Subsegment
-
-
Field Summary
-
Fields inherited from class org.ojalgo.netio.CharArraySegment
end, start
-
-
Constructor Summary
Constructors Constructor Description RootSegment(char[] array, 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
-
-
-
-
Method Detail
-
start
int start()
- Specified by:
start
in classCharArraySegment
-
-