Home | History | Annotate | Download | only in collect

Lines Matching full:empty

116    * exception on an empty collection, and it may be called on any iterable, not
143 * Creates a <i>mutable</i>, empty {@code HashSet} instance.
151 * @return a new, empty {@code HashSet}
178 * Creates an empty {@code HashSet} instance with enough capacity to hold the
182 * @return a new, empty {@code HashSet} with enough capacity to hold {@code
237 * Creates a <i>mutable</i>, empty {@code LinkedHashSet} instance.
242 * @return a new, empty {@code LinkedHashSet}
277 * Creates a <i>mutable</i>, empty {@code TreeSet} instance sorted by the
283 * @return a new, empty {@code TreeSet}
316 * Creates a <i>mutable</i>, empty {@code TreeSet} instance with the given
323 * @return a new, empty {@code TreeSet}
335 * determine the element type. If the collection could be empty, use
351 "collection is empty; use the other version of this method");
405 * <p>The specified map must be empty at the time this method is invoked,
407 * conditions are ensured if the map is created empty, passed directly
420 * @throws IllegalArgumentException if <tt>map</tt> is not empty
432 empty");
751 * empty, the Cartesian product will also be empty. If no sets at all are
752 * provided (an empty list), the resulting Cartesian product has one element,
753 * an empty list (counter-intuitive, but mathematically consistent).
796 * empty, the Cartesian product will also be empty. If no sets at all are
797 * provided, the resulting Cartesian product has one element, an empty list
881 // substitute an empty ImmutableSet to the user in place of this
891 // substitute an empty ImmutableSet to the user in place of this