Package com.google.common.collect
Class TableCollectors.ImmutableTableCollectorState<R,C,V>
- java.lang.Object
-
- com.google.common.collect.TableCollectors.ImmutableTableCollectorState<R,C,V>
-
- Enclosing class:
- TableCollectors
private static final class TableCollectors.ImmutableTableCollectorState<R,C,V> extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) java.util.List<TableCollectors.MutableCell<R,C,V>>
insertionOrder
(package private) Table<R,C,TableCollectors.MutableCell<R,C,V>>
table
-
Constructor Summary
Constructors Modifier Constructor Description private
ImmutableTableCollectorState()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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()
-
-
-
Method Detail
-
combine
TableCollectors.ImmutableTableCollectorState<R,C,V> combine(TableCollectors.ImmutableTableCollectorState<R,C,V> other, java.util.function.BinaryOperator<V> merger)
-
toTable
ImmutableTable<R,C,V> toTable()
-
-