Lines Matching defs:of

6  * You may obtain a copy of the License at
42 * {@link ImmutableSet#builder} from consumers of {@code ImmutableSortedSet}.
58 * @deprecated <b>Pass a parameter of type {@code Comparable} to use {@link
59 * ImmutableSortedSet#of(Comparable)}.</b>
61 @Deprecated public static <E> ImmutableSortedSet<E> of(E element) {
71 * @deprecated <b>Pass the parameters of type {@code Comparable} to use {@link
72 * ImmutableSortedSet#of(Comparable, Comparable)}.</b>
74 @Deprecated public static <E> ImmutableSortedSet<E> of(E e1, E e2) {
84 * @deprecated <b>Pass the parameters of type {@code Comparable} to use {@link
85 * ImmutableSortedSet#of(Comparable, Comparable, Comparable)}.</b>
87 @Deprecated public static <E> ImmutableSortedSet<E> of(E e1, E e2, E e3) {
97 * @deprecated <b>Pass the parameters of type {@code Comparable} to use {@link
98 * ImmutableSortedSet#of(Comparable, Comparable, Comparable, Comparable)}.
101 @Deprecated public static <E> ImmutableSortedSet<E> of(
112 * @deprecated <b>Pass the parameters of type {@code Comparable} to use {@link
113 * ImmutableSortedSet#of(
116 @Deprecated public static <E> ImmutableSortedSet<E> of(
127 * @deprecated <b>Pass the parameters of type {@code Comparable} to use {@link
128 * ImmutableSortedSet#of(Comparable, Comparable, Comparable, Comparable,
131 @Deprecated public static <E> ImmutableSortedSet<E> of(
142 * @deprecated <b>Pass parameters of type {@code Comparable} to use {@link
154 * interpretation of the JLS (as described at
156 * available as of this writing rejects our attempts. To maintain
158 * the JLS similarly, there is no definition of copyOf() here, and the