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