HeaderAccessor.HeaderBuilder<T extends HeaderAccessor.HeaderBuilder<?>>, HeaderAccessor.HeaderMutator<T>, HeaderAccessor.HeaderProperty<T>| Constructor and Description |
|---|
RowsImpl(Header<T> aHeader,
Collection<Row<T>> aRows)
|
RowsImpl(Header<T> aHeader,
Row<T>... aRows)
|
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
Header<T> |
getHeader()
Retrieves the
Header property. |
boolean |
hasNext() |
Row<T> |
next() |
void |
remove() |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemaining@SafeVarargs public RowsImpl(Header<T> aHeader, Row<T>... aRows)
public RowsImpl(Header<T> aHeader, Collection<Row<T>> aRows)
public Header<T> getHeader()
Header property.getHeader in interface HeaderAccessor<T>Header being stored by this property.public Object clone() throws CloneNotSupportedException
clone in class ObjectCloneNotSupportedExceptionCopyright © 2018. All rights reserved.