public class IndexedLongsGenericColumn extends Object implements GenericColumn
Constructor and Description |
---|
IndexedLongsGenericColumn(IndexedLongs column) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
IndexedFloats |
getFloatMultiValueRow(int rowNum) |
float |
getFloatSingleValueRow(int rowNum) |
IndexedLongs |
getLongMultiValueRow(int rowNum) |
long |
getLongSingleValueRow(int rowNum) |
Indexed<String> |
getStringMultiValueRow(int rowNum) |
String |
getStringSingleValueRow(int rowNum) |
ValueType |
getType() |
boolean |
hasMultipleValues() |
int |
length() |
public IndexedLongsGenericColumn(IndexedLongs column)
public int length()
length
in interface GenericColumn
public ValueType getType()
getType
in interface GenericColumn
public boolean hasMultipleValues()
hasMultipleValues
in interface GenericColumn
public String getStringSingleValueRow(int rowNum)
getStringSingleValueRow
in interface GenericColumn
public Indexed<String> getStringMultiValueRow(int rowNum)
getStringMultiValueRow
in interface GenericColumn
public float getFloatSingleValueRow(int rowNum)
getFloatSingleValueRow
in interface GenericColumn
public IndexedFloats getFloatMultiValueRow(int rowNum)
getFloatMultiValueRow
in interface GenericColumn
public long getLongSingleValueRow(int rowNum)
getLongSingleValueRow
in interface GenericColumn
public IndexedLongs getLongMultiValueRow(int rowNum)
getLongMultiValueRow
in interface GenericColumn
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
IOException
Copyright © 2011–2015. All rights reserved.