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()intbound()static _charArrayRange.MutableNew(char[] array)static _charArrayRange.MutableNew(char[] array, int offset)static _charArrayRange.MutableNew(char[] array, int offset, int bound)_charArrayRange.Mutableset(int start, int bound)_charArrayRange.MutablesetBound(int bound)_charArrayRange.MutablesetStart(int start)intstart()
-
-
-
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:
arrayin interface_charArrayRange
-
start
public final int start()
- Specified by:
startin interface_charArrayRange
-
bound
public final int bound()
- Specified by:
boundin interface_charArrayRange
-
-