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, subList
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
public Column extractSubset(int start, int end)
public Type getType()
public Object get(int index)
get
in interface List
get
in class AbstractList
public int size()
size
in interface Collection
size
in interface List
size
in class AbstractCollection
public TColumn toTColumn()
Copyright © 2017 The Apache Software Foundation. All rights reserved.