Class DbIntArray.Indirect
java.lang.Object
com.illumon.iris.db.tables.dbarrays.DbIntArray.Indirect
- All Implemented Interfaces:
DbArrayBase
,DbIntArray
,LongSizedDataStructure
,ToStringWithElements
,Serializable
- Direct Known Subclasses:
DbIntArrayColumnWrapper
,DbIntArrayImmutableColumnWrapper
,DbIntArraySlice
,DbPrevIntArrayColumnWrapper
,DbSubIntArray
- Enclosing interface:
- DbIntArray
Base class for all "indirect" DbIntArray implementations.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.illumon.iris.db.tables.dbarrays.DbIntArray
DbIntArray.Indirect
-
Field Summary
Fields inherited from interface com.illumon.iris.db.tables.dbarrays.DbArrayBase
NULL_ELEMENT_STRING
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 -
Method Summary
Modifier and TypeMethodDescriptionfinal boolean
Return a version of this DbArrayBase that is flattened out to only reference memory.final int
hashCode()
final String
toString()
final String
toString
(long maxElements) Unless explicitly overridden, this method will ignore the parameterprotected final Object
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.DbArrayBase
isEmpty
Methods inherited from interface com.illumon.iris.db.tables.dbarrays.DbIntArray
fillChunk, get, getComponentType, getPrev, size, subArray, subArrayByPositions, toArray, toChunk, toDbArray
Methods inherited from interface com.illumon.iris.db.util.LongSizedDataStructure
intSize, intSize
-
Constructor Details
-
Indirect
public Indirect()
-
-
Method Details
-
getDirect
Description copied from interface:DbIntArray
Return a version of this DbArrayBase that is flattened out to only reference memory.- Specified by:
getDirect
in interfaceDbArrayBase
- Specified by:
getDirect
in interfaceDbIntArray
-
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
-