Class DbArrayDoubleWrapper
java.lang.Object
com.illumon.iris.db.tables.dbarrays.DbArray.Indirect<Double>
com.illumon.iris.db.tables.dbarrays.DbArrayDoubleWrapper
- All Implemented Interfaces:
DbArray<Double>,DbArrayBase,LongSizedDataStructure,ToStringWithElements,Serializable
public class DbArrayDoubleWrapper extends DbArray.Indirect<Double>
- 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 DbArrayDoubleWrapper(DbDoubleArray innerArray) -
Method Summary
Modifier and Type Method Description Doubleget(long i)Class<Double>getComponentType()DbArrayBasegetDirect()Return a version of this DbArrayBase that is flattened out to only reference memory.DoublegetPrev(long offset)longsize()The size of this data structure.DbArray<Double>subArray(long fromIndexInclusive, long toIndexExclusive)DbArray<Double>subArrayByPositions(long[] positions)Double[]toArray()DbArray<Double>toDbArray()Methods inherited from class com.illumon.iris.db.tables.dbarrays.DbArray.Indirect
equals, hashCode, toString, toString, writeReplace
-
Constructor Details
-
Method Details
-
toDbArray
-
get
-
subArray
-
subArrayByPositions
-
toArray
-
size
public long size()Description copied from interface:LongSizedDataStructureThe size of this data structure.- Returns:
- The size
-
getComponentType
-
getDirect
Description copied from interface:DbArrayBaseReturn a version of this DbArrayBase that is flattened out to only reference memory. -
getPrev
-