JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
Package
org.aoju.bus.core.map
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
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
C
getColumnKey
()
获取列键
R
getRowKey
()
获取行键
V
getValue
()
获取值
Method Details
getRowKey
R
getRowKey
()
获取行键
Returns:
行键
getColumnKey
C
getColumnKey
()
获取列键
Returns:
列键
getValue
V
getValue
()
获取值
Returns:
值