Class DbArrayDirect<T>
java.lang.Object
com.illumon.iris.db.tables.dbarrays.DbArrayDirect<T>
- All Implemented Interfaces:
DbArray<T>,DbArrayBase,LongSizedDataStructure,ToStringWithElements,Serializable
public class DbArrayDirect<T> extends Object implements DbArray<T>
- 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 DbArrayDirect(T... data) -
Method Summary
Modifier and Type Method Description booleanequals(Object obj)Tget(long i)Class<T>getComponentType()DbArrayDirect<T>getDirect()Return a version of this DbArrayBase that is flattened out to only reference memory.TgetPrev(long offset)inthashCode()longsize()The size of this data structure.DbArray<T>subArray(long fromIndexInclusive, long toIndexExclusive)DbArray<T>subArrayByPositions(long[] positions)T[]toArray()DbArray<T>toDbArray()StringtoString()StringtoString(long maxElements)Unless explicitly overridden, this method will ignore the parameter
-
Constructor Details
-
Method Details
-
get
-
subArray
- Specified by:
subArrayin interfaceDbArray<T>- Specified by:
subArrayin interfaceDbArrayBase
-
subArrayByPositions
- Specified by:
subArrayByPositionsin interfaceDbArray<T>- Specified by:
subArrayByPositionsin interfaceDbArrayBase
-
toArray
- Specified by:
toArrayin interfaceDbArray<T>- Specified by:
toArrayin interfaceDbArrayBase
-
size
public long size()Description copied from interface:LongSizedDataStructureThe size of this data structure.- Specified by:
sizein interfaceLongSizedDataStructure- Returns:
- The size
-
getComponentType
- Specified by:
getComponentTypein interfaceDbArray<T>- Specified by:
getComponentTypein interfaceDbArrayBase
-
getDirect
Description copied from interface:DbArrayBaseReturn a version of this DbArrayBase that is flattened out to only reference memory.- Specified by:
getDirectin interfaceDbArrayBase
-
getPrev
-
toDbArray
- Specified by:
toDbArrayin interfaceDbArrayBase
-
toString
-
toString
Description copied from interface:ToStringWithElementsUnless explicitly overridden, this method will ignore the parameter- Specified by:
toStringin 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()
-