Interface Table.Cell<R,C,V>

Type Parameters:
R - 行键类型
C - 列键类型
V - 值类型
Enclosing interface:
Table<R,C,V>

public static interface Table.Cell<R,C,V>
单元格,用于表示一个单元格的行、列和值
  • Method Summary

    Modifier and Type
    Method
    Description
    获取列键
    获取行键
    获取值
  • Method Details

    • getRowKey

      R getRowKey()
      获取行键
      Returns:
      行键
    • getColumnKey

      C getColumnKey()
      获取列键
      Returns:
      列键
    • getValue

      V getValue()
      获取值
      Returns: