R
- 行类型C
- 列类型V
- 值类型public abstract class AbsTable<R,C,V> extends Object implements Table<R,C,V>
Table.Cell<R,C,V>
Constructor and Description |
---|
AbsTable() |
Modifier and Type | Method and Description |
---|---|
Set<Table.Cell<R,C,V>> |
cellSet()
所有单元格集合
|
boolean |
equals(Object obj) |
int |
hashCode() |
Iterator<Table.Cell<R,C,V>> |
iterator() |
String |
toString() |
Collection<V> |
values()
所有行列值的集合
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
clear, columnKeys, columnKeySet, columnMap, contains, containsColumn, containsRow, containsValue, forEach, get, getColumn, getRow, isEmpty, put, putAll, remove, rowKeySet, rowMap, size
forEach, spliterator
public Collection<V> values()
Table
Copyright © 2024. All rights reserved.