public class FloatArrayStore extends Object implements BufferColumnStore, ArrayStore
| Constructor and Description |
|---|
FloatArrayStore(int size) |
| Modifier and Type | Method and Description |
|---|---|
void |
addValue(Object object) |
void |
copyValue(int destIdx,
int sourceIdx) |
int |
count() |
ColumnValues |
createValues() |
boolean |
full() |
Class<?> |
getBaseValuesType() |
void |
resetValues() |
String |
toString() |
void |
updateCount(int count) |
boolean |
valuesEqual(int idx1,
int idx2) |
public Class<?> getBaseValuesType()
getBaseValuesType in interface ColumnStorepublic int count()
count in interface ArrayStorepublic boolean valuesEqual(int idx1,
int idx2)
valuesEqual in interface ArrayStorepublic void copyValue(int destIdx,
int sourceIdx)
copyValue in interface ArrayStorepublic void updateCount(int count)
updateCount in interface ArrayStorepublic void addValue(Object object)
addValue in interface ColumnStorepublic boolean full()
full in interface BufferColumnStorepublic void resetValues()
resetValues in interface BufferColumnStorepublic ColumnValues createValues()
createValues in interface ColumnStoreCopyright © 2017. All rights reserved.