Class AbstractTable<R,C,V>
java.lang.Object
org.miaixz.bus.core.center.map.multi.AbstractTable<R,C,V>
- Type Parameters:
R- 行类型C- 列类型V- 值类型
- All Implemented Interfaces:
Iterable<Table.Cell<R,,C, V>> Table<R,C, V>
- Direct Known Subclasses:
RowKeyTable
抽象
Table接口实现
默认实现了:
- Since:
- Java 17+
- Author:
- Kimi Liu
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.miaixz.bus.core.center.map.multi.Table
Table.Cell<R,C, V> -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliteratorMethods inherited from interface org.miaixz.bus.core.center.map.multi.Table
clear, columnKeys, columnKeySet, columnMap, contains, containsColumn, containsRow, containsValue, forEach, get, getColumn, getRow, isEmpty, put, putAll, remove, rowKeySet, rowMap, size