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
ConstructorDescription -
Method Summary
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 Details
-
RowsImpl
-
RowsImpl
-
-
Method Details
-
getHeader
Retrieves theHeader
property.- Specified by:
getHeader
in interfaceHeaderAccessor<T>
- Returns:
- The
Header
being stored by this property.
-
clone
- Overrides:
clone
in classObject
- Throws:
CloneNotSupportedException
-
hasNext
public boolean hasNext() -
next
-
remove
public void remove()
-