public final class RowEntry<T>
extends java.lang.Object
Represents a "cell" in a table-like structure of the Row and Rows.
Each entry is identified by an instance of the ColumnKey,
and contains a single value of the corresponding type.
Note: class doesn't override default hash-code and equals functionality! Entries are immutable and unique "by instance" and may be compared by links.
| Modifier and Type | Method and Description |
|---|---|
ColumnKey<T> |
getKey() |
T |
getValue() |
java.lang.String |
toString() |