|
Generated by JDiff |
||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES | DETAIL: CONSTRUCTORS | METHODS | FIELDS |
Removed Methods | |
Collector<E, ?, ImmutableMultiset<E>> ) toImmutableMultiset() |
Returns a {@code Collector} that accumulates the input elements into a new {@code ImmutableMultiset}. |
Collector<T, ?, ImmutableMultiset<E>> ) toImmutableMultiset(Function<?, |
Returns a {@code Collector} that accumulates elements into an {@code ImmutableMultiset} whose elements are the result of applying {@code elementFunction} to the inputs, with counts equal to the result of applying {@code countFunction} to the inputs. |
|
|||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES |