public interface DbCharArray extends DbArrayBase
| Modifier and Type | Field and Description |
|---|---|
static long |
serialVersionUID |
| Modifier and Type | Method and Description |
|---|---|
char |
get(long i) |
DbCharArray |
getDirect()
Return a version of this DbArrayBase that is flattened out to only reference memory.
|
char |
getPrev(long i) |
long |
size()
The size of this data structure.
|
DbCharArray |
subArray(long fromIndex,
long toIndex) |
DbCharArray |
subArrayByPositions(long[] positions) |
char[] |
toArray() |
DbArray |
toDbArray() |
clampIndex, getComponentType, isEmpty, mapSelectedPositionRange, mapSelectedPositionsintSize, intSize, intSizestatic final long serialVersionUID
char get(long i)
DbCharArray subArray(long fromIndex, long toIndex)
subArray in interface DbArrayBaseDbCharArray subArrayByPositions(long[] positions)
subArrayByPositions in interface DbArrayBasechar[] toArray()
toArray in interface DbArrayBaselong size()
LongSizedDataStructuresize in interface LongSizedDataStructureDbArray toDbArray()
toDbArray in interface DbArrayBasechar getPrev(long i)
DbCharArray getDirect()
getDirect in interface DbArrayBase