Lines Matching refs:elements
29 * iterator orders elements according to when the first occurrence of the
53 * number of distinct elements.
55 * @param distinctElements the expected number of distinct elements
63 * Creates a new {@code LinkedHashMultiset} containing the specified elements.
65 * @param elements the elements that the multiset should contain
68 Iterable<? extends E> elements) {
70 create(Multisets.inferDistinctElements(elements));
71 Iterables.addAll(multiset, elements);
85 * @serialData the number of distinct elements, the first element, its count,