- All Superinterfaces:
DbArrayBase
, LongSizedDataStructure
, Serializable
, ToStringWithElements
- All Known Implementing Classes:
DbArray.Indirect
, DbArrayBooleanWrapper
, DbArrayByteWrapper
, DbArrayCharWrapper
, DbArrayColumnWrapper
, DbArrayDirect
, DbArrayDoubleWrapper
, DbArrayFloatWrapper
, DbArrayImmutableColumnWrapper
, DbArrayIntWrapper
, DbArrayLongWrapper
, DbArrayShortWrapper
, DbArraySlice
, DbDateTimeSsmSourceWrapper.ValueWrapper
, DbPrevArrayColumnWrapper
, DbSubArray
, ObjectSegmentedSortedMultiset
-
Nested Class Summary
Nested Classes
static class
Base class for all "indirect" DbArray implementations.
-
Field Summary
Fields
static final int
static final long
-
Method Summary
static boolean
default void
static int
subArray(long fromIndexInclusive,
long toIndexExclusive)
-
Field Details
-
serialVersionUID
static final long serialVersionUID
- See Also:
-
-
CHUNK_SIZE
static final int CHUNK_SIZE
-
Method Details
-
-
-
-
-
-
-
-
-
-
toString
static String toString(@NotNull
DbArray<?> array,
long maxElements)
- Parameters:
array
- The DbArray to convert to a String
- Returns:
- The String representation of array
-
-
equals
static boolean equals(@NotNull
DbArray<?> aArray,
@Nullable
Object b)
- Parameters:
aArray
- The LHS of the equality test (always a DbArray)
b
- The RHS of the equality test
- Returns:
- Whether the two inputs are equal
-
hashCode
static int hashCode(@NotNull
DbArray<?> array)
- Parameters:
array
- The DbArray to hash
- Returns:
- The hash code