Class DbDoubleArraySlice
java.lang.Object
com.illumon.iris.db.tables.dbarrays.DbDoubleArray.Indirect
com.illumon.iris.db.tables.dbarrays.DbDoubleArraySlice
- All Implemented Interfaces:
DbArrayBase
,DbDoubleArray
,LongSizedDataStructure
,ToStringWithElements
,Serializable
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.illumon.iris.db.tables.dbarrays.DbDoubleArray
DbDoubleArray.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
ConstructorsConstructorDescriptionDbDoubleArraySlice
(DbDoubleArray innerArray, long offsetIndex, long length) DbDoubleArraySlice
(DbDoubleArray innerArray, long offsetIndex, long length, long innerArrayValidFromInclusive, long innerArrayValidToExclusive) -
Method Summary
Methods inherited from class com.illumon.iris.db.tables.dbarrays.DbDoubleArray.Indirect
equals, getDirect, hashCode, toString, toString, 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.DbDoubleArray
fillChunk, getComponentType, toChunk
Methods inherited from interface com.illumon.iris.db.util.LongSizedDataStructure
intSize, intSize
-
Constructor Details
-
DbDoubleArraySlice
public DbDoubleArraySlice(@NotNull DbDoubleArray innerArray, long offsetIndex, long length, long innerArrayValidFromInclusive, long innerArrayValidToExclusive) -
DbDoubleArraySlice
-
-
Method Details
-
get
public double get(long index) -
subArray
-
subArrayByPositions
-
toArray
public double[] toArray() -
size
public long size()Description copied from interface:LongSizedDataStructure
The size of this data structure.- Returns:
- The size
-
toDbArray
-
getPrev
public double getPrev(long index) -
isEmpty
public boolean isEmpty()
-