Class DbSubFloatArray
java.lang.Object
com.illumon.iris.db.tables.dbarrays.DbFloatArray.Indirect
com.illumon.iris.db.tables.dbarrays.DbSubFloatArray
- All Implemented Interfaces:
- DbArrayBase,- DbFloatArray,- LongSizedDataStructure,- ToStringWithElements,- Serializable
- See Also:
- 
Nested Class SummaryNested classes/interfaces inherited from interface com.illumon.iris.db.tables.dbarrays.DbFloatArrayDbFloatArray.Indirect
- 
Field SummaryFields inherited from interface com.illumon.iris.db.tables.dbarrays.DbArrayBaseNULL_ELEMENT_STRINGFields inherited from interface com.illumon.util.format.ToStringWithElementsARRAY_SIZE_WARNING, DEFAULT_ARRAY_SIZE_COPY, MAX_ARRAY_SIZE_COPY
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class com.illumon.iris.db.tables.dbarrays.DbFloatArray.Indirectequals, getDirect, hashCode, toString, toString, writeReplaceMethods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.illumon.iris.db.tables.dbarrays.DbFloatArrayfillChunk, getComponentType, toChunkMethods inherited from interface com.illumon.iris.db.util.LongSizedDataStructureintSize, intSize
- 
Constructor Details- 
DbSubFloatArray
 
- 
- 
Method Details- 
getpublic float get(long index) 
- 
subArray
- 
subArrayByPositions
- 
toArraypublic float[] toArray()
- 
sizepublic long size()Description copied from interface:LongSizedDataStructureThe size of this data structure.- Returns:
- The size
 
- 
toDbArray
- 
getPrevpublic float getPrev(long index) 
- 
isEmptypublic boolean isEmpty()
 
-