public class Column extends AbstractList
modCount| Constructor and Description |
|---|
Column(TColumn colValues) |
Column(Type type) |
Column(Type type,
BitSet nulls,
Object values) |
| Modifier and Type | Method and Description |
|---|---|
void |
addValue(Type type,
Object field) |
Column |
extractSubset(int start,
int end) |
Object |
get(int index) |
Type |
getType() |
int |
size() |
TColumn |
toTColumn() |
add, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subListaddAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toStringpublic Column extractSubset(int start, int end)
public Type getType()
public Object get(int index)
get in interface Listget in class AbstractListpublic int size()
size in interface Collectionsize in interface Listsize in class AbstractCollectionpublic TColumn toTColumn()
Copyright © 2017 The Apache Software Foundation. All rights reserved.