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() 
- 
Constructor Details
- 
Mutable
public Mutable() 
 - 
 - 
Method Details
- 
New
 - 
New
 - 
New
 - 
setStart
 - 
setBound
 - 
set
 - 
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
 
 -