Class DbShortArray.Indirect
java.lang.Object
com.illumon.iris.db.tables.dbarrays.DbShortArray.Indirect
- All Implemented Interfaces:
DbArrayBase,DbShortArray,LongSizedDataStructure,ToStringWithElements,Serializable
- Direct Known Subclasses:
DbPrevShortArrayColumnWrapper,DbShortArrayColumnWrapper,DbShortArrayImmutableColumnWrapper,DbShortArraySlice,DbSubShortArray
- Enclosing interface:
- DbShortArray
public abstract static class DbShortArray.Indirect extends Object implements DbShortArray
Base class for all "indirect" DbShortArray implementations.
- See Also:
- Serialized Form
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.illumon.iris.db.tables.dbarrays.DbShortArray
DbShortArray.Indirect -
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
Modifier and Type Method Description booleanequals(Object obj)DbShortArraygetDirect()Return a version of this DbArrayBase that is flattened out to only reference memory.inthashCode()StringtoString()StringtoString(long maxElements)Unless explicitly overridden, this method will ignore the parameterprotected ObjectwriteReplace()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.illumon.iris.db.tables.dbarrays.DbShortArray
fillChunk, get, getComponentType, getPrev, size, subArray, subArrayByPositions, toArray, toChunk, toDbArray
-
Constructor Details
-
Indirect
public Indirect()
-
-
Method Details
-
getDirect
Description copied from interface:DbShortArrayReturn a version of this DbArrayBase that is flattened out to only reference memory.- Specified by:
getDirectin interfaceDbArrayBase- Specified by:
getDirectin interfaceDbShortArray
-
toString
-
toString
Description copied from interface:ToStringWithElementsUnless explicitly overridden, this method will ignore the parameter- Specified by:
toStringin 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
-