Interface Table.Cell<R extends @Nullable Object,C extends @Nullable Object,V extends @Nullable Object>

Enclosing interface:
Table<R extends @Nullable Object,C extends @Nullable Object,V extends @Nullable Object>

public static interface Table.Cell<R extends @Nullable Object,C extends @Nullable Object,V extends @Nullable Object>
Row key / column key / value triplet corresponding to a mapping in a table.
Since:
7.0
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Compares the specified object with this cell for equality.
    Returns the column key of this cell.
    Returns the row key of this cell.
    Returns the value of this cell.
    int
    Returns the hash code of this cell.
  • Method Details