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
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final List
<TableCollectors.MutableCell<R, C, V>> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) TableCollectors.ImmutableTableCollectorState
<R, C, V> combine
(TableCollectors.ImmutableTableCollectorState<R, C, V> other, BinaryOperator<V> merger) (package private) void
(package private) ImmutableTable
<R, C, V> toTable()
-
Field Details
-
insertionOrder
-
table
-
-
Constructor Details
-
ImmutableTableCollectorState
private ImmutableTableCollectorState()
-
-
Method Details
-
put
-
combine
TableCollectors.ImmutableTableCollectorState<R,C, combineV> (TableCollectors.ImmutableTableCollectorState<R, C, V> other, BinaryOperator<V> merger) -
toTable
ImmutableTable<R,C, toTable()V>
-