Lines Matching full:link
38 * <p>Unlike {@link Collections#unmodifiableSet}, which is a <i>view</i> of a
49 * <p>This class has been observed to perform significantly better than {@link
50 * HashSet} for objects with very fast {@link Object#hashCode} implementations
52 * methods create hash-based instances, the {@link ImmutableSortedSet} subclass
71 * to {@link Collections#emptySet}, and is preferable mainly for consistency
84 * performs comparably to {@link Collections#singleton}, but will not accept
94 * occurrences of an element (according to {@link Object#equals}) after the
106 * occurrences of an element (according to {@link Object#equals}) after the
118 * occurrences of an element (according to {@link Object#equals}) after the
130 * occurrences of an element (according to {@link Object#equals}) after the
142 * occurrences of an element (according to {@link Object#equals}) after the
162 * occurrences of an element (according to {@link Object#equals}) after the
191 * occurrences of an element (according to {@link Object#equals}) after the
441 * created by the {@link Builder} constructor.
459 * <p>Builder instances can be reused - it is safe to call {@link #build}
469 * generated by {@link ImmutableSet#builder}.