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, mapSelectedPositions
intSize, intSize, intSize
static final long serialVersionUID
char get(long i)
DbCharArray subArray(long fromIndex, long toIndex)
subArray in interface DbArrayBase
DbCharArray subArrayByPositions(long[] positions)
subArrayByPositions in interface DbArrayBase
char[] toArray()
toArray in interface DbArrayBase
long size()
LongSizedDataStructuresize in interface LongSizedDataStructure
DbArray toDbArray()
toDbArray in interface DbArrayBase
char getPrev(long i)
DbCharArray getDirect()
getDirect in interface DbArrayBase