Home | History | Annotate | Download | only in collect

Lines Matching defs:of

5  * in compliance with the License. You may obtain a copy of the License at
10 * License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
38 * consumers of {@code ImmutableSortedMultiset}.
54 * @deprecated <b>Pass a parameter of type {@code Comparable} to use
55 * {@link ImmutableSortedMultiset#of(Comparable)}.</b>
58 public static <E> ImmutableSortedMultiset<E> of(E element) {
68 * @deprecated <b>Pass the parameters of type {@code Comparable} to use
69 * {@link ImmutableSortedMultiset#of(Comparable, Comparable)}.</b>
72 public static <E> ImmutableSortedMultiset<E> of(E e1, E e2) {
82 * @deprecated <b>Pass the parameters of type {@code Comparable} to use
83 * {@link ImmutableSortedMultiset#of(Comparable, Comparable, Comparable)}.</b>
86 public static <E> ImmutableSortedMultiset<E> of(E e1, E e2, E e3) {
96 * @deprecated <b>Pass the parameters of type {@code Comparable} to use {@link
97 * ImmutableSortedMultiset#of(Comparable, Comparable, Comparable, Comparable)}. </b>
100 public static <E> ImmutableSortedMultiset<E> of(E e1, E e2, E e3, E e4) {
110 * @deprecated <b>Pass the parameters of type {@code Comparable} to use {@link
111 * ImmutableSortedMultiset#of(Comparable, Comparable, Comparable, Comparable,
115 public static <E> ImmutableSortedMultiset<E> of(E e1, E e2, E e3, E e4, E e5) {
125 * @deprecated <b>Pass the parameters of type {@code Comparable} to use {@link
126 * ImmutableSortedMultiset#of(Comparable, Comparable, Comparable, Comparable,
130 public static <E> ImmutableSortedMultiset<E> of(
147 * @deprecated <b>Pass parameters of type {@code Comparable} to use
158 * likewise for the Iterator equivalent). However, due to a change in Sun's interpretation of the
160 * available as of this writing rejects our attempts. To maintain compatibility with that version
161 * and with any other compilers that interpret the JLS similarly, there is no definition of