- java.lang.Object
-
- org.refcodes.tabular.RowsImpl<T>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.refcodes.tabular.HeaderAccessor
HeaderAccessor.HeaderBuilder<T extends HeaderAccessor.HeaderBuilder<?>>, HeaderAccessor.HeaderMutator<T>, HeaderAccessor.HeaderProperty<T>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectclone()Header<T>getHeader()Retrieves theHeaderproperty.booleanhasNext()Row<T>next()voidremove()-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Iterator
forEachRemaining
-
-
-
-
Constructor Detail
-
RowsImpl
@SafeVarargs public RowsImpl(Header<T> aHeader, Row<T>... aRows)
-
RowsImpl
public RowsImpl(Header<T> aHeader, Collection<Row<T>> aRows)
-
-
Method Detail
-
getHeader
public Header<T> getHeader()
Retrieves theHeaderproperty.- Specified by:
getHeaderin interfaceHeaderAccessor<T>- Returns:
- The
Headerbeing stored by this property.
-
clone
public Object clone() throws CloneNotSupportedException
- Overrides:
clonein classObject- Throws:
CloneNotSupportedException
-
-