Home | History | Annotate | Download | only in collect

Lines Matching refs:Deprecated

23  * {@link ImmutableSortedSet} equivalents with deprecated, exception-throwing
45 * @deprecated Use {@link ImmutableSortedSet#naturalOrder}, which offers
48 @Deprecated public static <E> ImmutableSortedSet.Builder<E> builder() {
58 * @deprecated <b>Pass a parameter of type {@code Comparable} to use {@link
61 @Deprecated public static <E> ImmutableSortedSet<E> of(E element) {
71 * @deprecated <b>Pass the parameters of type {@code Comparable} to use {@link
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
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
101 @Deprecated public static <E> ImmutableSortedSet<E> of(
112 * @deprecated <b>Pass the parameters of type {@code Comparable} to use {@link
116 @Deprecated public static <E> ImmutableSortedSet<E> of(
127 * @deprecated <b>Pass the parameters of type {@code Comparable} to use {@link
131 @Deprecated public static <E> ImmutableSortedSet<E> of(
142 * @deprecated <b>Pass parameters of type {@code Comparable} to use {@link
145 @Deprecated public static <E> ImmutableSortedSet<E> copyOf(E[] elements) {