Home | History | Annotate | Download | only in collect

Lines Matching full:immutable

35  * A high-performance, immutable {@code Set} with reliable, user-specified
47 * only immutable objects into this collection.
51 * (as a well-behaved immutable object should). While this class's factory
57 * instances of this type are guaranteed to be immutable.
70 * Returns the empty immutable set. This set behaves and performs comparably
83 * Returns an immutable set containing a single element. This set behaves and
93 * Returns an immutable set containing the given elements, in order. Repeated
105 * Returns an immutable set containing the given elements, in order. Repeated
117 * Returns an immutable set containing the given elements, in order. Repeated
129 * Returns an immutable set containing the given elements, in order. Repeated
141 * Returns an immutable set containing the given elements, in order. Repeated
161 * Returns an immutable set containing the given elements, in order. Repeated
190 * Returns an immutable set containing the given elements, in order. Repeated
448 * A builder for creating immutable set instances, especially