public interface DbArray<T> extends DbArrayBase
Modifier and Type | Field and Description |
---|---|
static long |
serialVersionUID |
Modifier and Type | Method and Description |
---|---|
T |
get(long i) |
Class<T> |
getComponentType() |
T |
getPrev(long offset) |
DbArray<T> |
subArray(long fromIndexInclusive,
long toIndexExclusive) |
DbArray<T> |
subArrayByPositions(long[] positions) |
T[] |
toArray() |
clampIndex, getDirect, isEmpty, mapSelectedPositionRange, mapSelectedPositions, toDbArray
intSize, intSize, intSize, size
static final long serialVersionUID
T get(long i)
DbArray<T> subArray(long fromIndexInclusive, long toIndexExclusive)
subArray
in interface DbArrayBase
DbArray<T> subArrayByPositions(long[] positions)
subArrayByPositions
in interface DbArrayBase
T[] toArray()
toArray
in interface DbArrayBase
Class<T> getComponentType()
getComponentType
in interface DbArrayBase
T getPrev(long offset)