Class DbFloatArray.Indirect
java.lang.Object
com.illumon.iris.db.tables.dbarrays.DbFloatArray.Indirect
- All Implemented Interfaces:
DbArrayBase
,DbFloatArray
,LongSizedDataStructure
,ToStringWithElements
,Serializable
- Direct Known Subclasses:
DbFloatArrayColumnWrapper
,DbFloatArrayImmutableColumnWrapper
,DbFloatArraySlice
,DbPrevFloatArrayColumnWrapper
,DbSubFloatArray
- Enclosing interface:
- DbFloatArray
Base class for all "indirect" DbFloatArray implementations.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.illumon.iris.db.tables.dbarrays.DbFloatArray
DbFloatArray.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.DbFloatArray
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:DbFloatArray
Return a version of this DbArrayBase that is flattened out to only reference memory.- Specified by:
getDirect
in interfaceDbArrayBase
- Specified by:
getDirect
in interfaceDbFloatArray
-
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
-