public interface Header<T> extends Iterable<T>
| Modifier and Type | Method and Description |
|---|---|
boolean |
contains(T value)
Returns true if the header contains a specific entry
|
T |
get(int index)
Gets the entry at a specific index
|
int |
getIndex(T name)
Returns the index of a specific entry in this header
|
int |
size()
Returns the number of entries(columns) in this header
|
forEach, iterator, spliteratorint size()
T get(int index)
index - index of entryboolean contains(T value)
value - entry to be testedint getIndex(T name)
name - searched entryCopyright © 2017. All rights reserved.