Class DbArrayIntWrapper
java.lang.Object
com.illumon.iris.db.tables.dbarrays.DbArray.Indirect<Integer>
com.illumon.iris.db.tables.dbarrays.DbArrayIntWrapper
- All Implemented Interfaces:
DbArray<Integer>
,DbArrayBase
,LongSizedDataStructure
,ToStringWithElements
,Serializable
public class DbArrayIntWrapper extends DbArray.Indirect<Integer>
- 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 DbArrayIntWrapper(DbIntArray innerArray)
-
Method Summary
Modifier and Type Method Description Integer
get(long i)
Class<Integer>
getComponentType()
DbArrayBase
getDirect()
Return a version of this DbArrayBase that is flattened out to only reference memory.Integer
getPrev(long offset)
long
size()
The size of this data structure.DbArray<Integer>
subArray(long fromIndexInclusive, long toIndexExclusive)
DbArray<Integer>
subArrayByPositions(long[] positions)
Integer[]
toArray()
DbArray<Integer>
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:LongSizedDataStructure
The size of this data structure.- Returns:
- The size
-
getComponentType
-
getDirect
Description copied from interface:DbArrayBase
Return a version of this DbArrayBase that is flattened out to only reference memory. -
getPrev
-