public final class Rows extends java.lang.Object implements java.lang.Iterable<Row>
Class represents a table-like structure as an ordered list of Row instances.
Each row contains a list of entries, and each entry is represented by a ColumnKey instance.
Note: class doesn't override default hash-code and equals functionality! Rows is immutable and unique "by instance" and may be compared by links.
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Row> |
getRows() |
java.util.Iterator<Row> |
iterator() |
java.lang.String |
toString() |