Class DbLongArray.Indirect
java.lang.Object
com.illumon.iris.db.tables.dbarrays.DbLongArray.Indirect
- All Implemented Interfaces:
DbArrayBase
,DbLongArray
,LongSizedDataStructure
,ToStringWithElements
,Serializable
- Direct Known Subclasses:
DbLongArrayColumnWrapper
,DbLongArrayImmutableColumnWrapper
,DbLongArraySlice
,DbPrevLongArrayColumnWrapper
,DbSubLongArray
- Enclosing interface:
- DbLongArray
public abstract static class DbLongArray.Indirect extends Object implements DbLongArray
Base class for all "indirect" DbLongArray implementations.
- See Also:
- Serialized Form
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.illumon.iris.db.tables.dbarrays.DbLongArray
DbLongArray.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 boolean
equals(Object obj)
DbLongArray
getDirect()
Return a version of this DbArrayBase that is flattened out to only reference memory.int
hashCode()
String
toString()
String
toString(long maxElements)
Unless explicitly overridden, this method will ignore the parameterprotected Object
writeReplace()
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.DbLongArray
fillChunk, get, getComponentType, getPrev, size, subArray, subArrayByPositions, toArray, toChunk, toDbArray
-
Constructor Details
-
Indirect
public Indirect()
-
-
Method Details
-
getDirect
Description copied from interface:DbLongArray
Return a version of this DbArrayBase that is flattened out to only reference memory.- Specified by:
getDirect
in interfaceDbArrayBase
- Specified by:
getDirect
in interfaceDbLongArray
-
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
-