private static final class TableCollectors.ImmutableTableCollectorState<R,C,V>
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) java.util.List<TableCollectors.MutableCell<R,C,V>> |
insertionOrder |
(package private) Table<R,C,TableCollectors.MutableCell<R,C,V>> |
table |
Modifier | Constructor and Description |
---|---|
private |
ImmutableTableCollectorState() |
Modifier and Type | Method and Description |
---|---|
(package private) TableCollectors.ImmutableTableCollectorState<R,C,V> |
combine(TableCollectors.ImmutableTableCollectorState<R,C,V> other,
java.util.function.BinaryOperator<V> merger) |
(package private) void |
put(R row,
C column,
V value,
java.util.function.BinaryOperator<V> merger) |
(package private) ImmutableTable<R,C,V> |
toTable() |
final java.util.List<TableCollectors.MutableCell<R,C,V>> insertionOrder
TableCollectors.ImmutableTableCollectorState<R,C,V> combine(TableCollectors.ImmutableTableCollectorState<R,C,V> other, java.util.function.BinaryOperator<V> merger)
ImmutableTable<R,C,V> toTable()