Interface Table.Cell<R,C,V>
- Type Parameters:
R- row key type | 行键类型C- column key type | 列键类型V- value type | 值类型
public static interface Table.Cell<R,C,V>
Cell - A row-column-value triple
Cell - 行列值三元组
- Since:
- JDK 25, opencode-base-collections V1.0.0
- Author:
- Leon Soo www.LeonSoo.com
-
Method Summary
-
Method Details
-
getRowKey
-
getColumnKey
-
getValue
-