java.lang.Object
org.refcodes.tabular.RowsImpl<T>
- Type Parameters:
T- The type managed by theRows.
- All Implemented Interfaces:
Cloneable,Iterator<Row<T>>,HeaderAccessor<T>,Rows<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> -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Iterator
forEachRemaining
-
Constructor Details
-
RowsImpl
-
RowsImpl
-
-
Method Details
-
getHeader
Retrieves theHeaderproperty.- Specified by:
getHeaderin interfaceHeaderAccessor<T>- Returns:
- The
Headerbeing stored by this property.
-
clone
- Overrides:
clonein classObject- Throws:
CloneNotSupportedException
-
hasNext
public boolean hasNext() -
next
-
remove
public void remove()
-