net.aditsu.depeche
public class KeyInfo extends AbstractList<String> implements Serializable
| Constructor and Description |
|---|
KeyInfo(List<String> cols) |
KeyInfo(String... cols) |
| Modifier and Type | Method and Description |
|---|---|
String |
get(int index) |
Key |
getKey(Record rec)
Returns the values corresponding to this key info in the given record,
or a list of null values if the record is null
|
int |
size() |
add, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, set, subListpublic String get(int index)
public int size()
size in interface Collection<String>size in interface List<String>size in class AbstractCollection<String>