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, toDbArrayintSize, intSize, intSize, sizestatic final long serialVersionUID
T get(long i)
DbArray<T> subArray(long fromIndexInclusive, long toIndexExclusive)
subArray in interface DbArrayBaseDbArray<T> subArrayByPositions(long[] positions)
subArrayByPositions in interface DbArrayBaseT[] toArray()
toArray in interface DbArrayBaseClass<T> getComponentType()
getComponentType in interface DbArrayBaseT getPrev(long offset)