Package one.microstream.chars
Class _charArrayRange.Mutable
- java.lang.Object
-
- one.microstream.chars._charArrayRange.Mutable
-
- All Implemented Interfaces:
_charArrayRange
- Enclosing interface:
- _charArrayRange
public static final class _charArrayRange.Mutable extends Object implements _charArrayRange
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface one.microstream.chars._charArrayRange
_charArrayRange.Default, _charArrayRange.Mutable
-
-
Constructor Summary
Constructors Constructor Description Mutable()
-
Method Summary
Modifier and Type Method Description char[]
array()
int
bound()
static _charArrayRange.Mutable
New(char[] array)
static _charArrayRange.Mutable
New(char[] array, int offset)
static _charArrayRange.Mutable
New(char[] array, int offset, int bound)
_charArrayRange.Mutable
set(int start, int bound)
_charArrayRange.Mutable
setBound(int bound)
_charArrayRange.Mutable
setStart(int start)
int
start()
-
-
-
Method Detail
-
New
public static final _charArrayRange.Mutable New(char[] array)
-
New
public static final _charArrayRange.Mutable New(char[] array, int offset)
-
New
public static final _charArrayRange.Mutable New(char[] array, int offset, int bound)
-
setStart
public _charArrayRange.Mutable setStart(int start)
-
setBound
public _charArrayRange.Mutable setBound(int bound)
-
set
public _charArrayRange.Mutable set(int start, int bound)
-
array
public final char[] array()
- Specified by:
array
in interface_charArrayRange
-
start
public final int start()
- Specified by:
start
in interface_charArrayRange
-
bound
public final int bound()
- Specified by:
bound
in interface_charArrayRange
-
-