Class DbArray.Indirect<T>
java.lang.Object
com.illumon.iris.db.tables.dbarrays.DbArray.Indirect<T>
- All Implemented Interfaces:
DbArray<T>
,DbArrayBase
,LongSizedDataStructure
,ToStringWithElements
,Serializable
- Direct Known Subclasses:
DbArrayBooleanWrapper
,DbArrayByteWrapper
,DbArrayCharWrapper
,DbArrayColumnWrapper
,DbArrayDoubleWrapper
,DbArrayFloatWrapper
,DbArrayImmutableColumnWrapper
,DbArrayIntWrapper
,DbArrayLongWrapper
,DbArrayShortWrapper
,DbArraySlice
,DbPrevArrayColumnWrapper
,DbSubArray
public abstract static class DbArray.Indirect<T> extends Object implements DbArray<T>
Base class for all "indirect" DbArray implementations.
- See Also:
- Serialized Form
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.illumon.iris.db.tables.dbarrays.DbArray
DbArray.Indirect<T>
-
Field Summary
Fields inherited from interface com.illumon.iris.gui.table.format.ToStringWithElements
ARRAY_SIZE_WARNING, DEFAULT_ARRAY_SIZE_COPY, MAX_ARRAY_SIZE_COPY
-
Constructor Summary
Constructors Constructor Description Indirect()
-
Method Summary
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.illumon.iris.db.tables.dbarrays.DbArray
fillChunk, get, getComponentType, getPrev, subArray, subArrayByPositions, toArray, toChunk
Methods inherited from interface com.illumon.iris.db.tables.dbarrays.DbArrayBase
getDirect, isEmpty, toDbArray
Methods inherited from interface com.illumon.iris.db.util.LongSizedDataStructure
intSize, intSize, size
-
Constructor Details
-
Indirect
public Indirect()
-
-
Method Details
-
toString
-
toString
Description copied from interface:ToStringWithElements
Unless explicitly overridden, this method will ignore the parameter- Specified by:
toString
in interfaceToStringWithElements
- Parameters:
maxElements
- defines maximum number of elements to include from an array before truncating- Returns:
- a string representation of this object
-
equals
-
hashCode
public final int hashCode() -
writeReplace
-