Home | History | Annotate | Download | only in collect

Lines Matching full:order

68    * <p>The iteration order of the returned set follows the enum's iteration
69 * order, not the order in which the elements are provided to the method.
86 * <p>The iteration order of the returned set follows the enum's iteration
87 * order, not the order in which the elements appear in the given collection.
159 * elements in unspecified order.
192 * elements in unspecified order.
215 * elements in unspecified order.
250 * given elements in order.
255 * @param elements the elements that the set should contain, in order
334 * the specified collection must contain at least one element, in order to
537 * {@code set1}, then over each element of {@code set2}, in order, that is not
587 * The iteration order of the returned set matches that of {@code set1}.
643 * present in {@code set1}; these are simply ignored. The iteration order of
729 * from each of the given sets in order; the "n-ary
748 * The order in which these lists are returned is not guaranteed, however the
755 * @param sets the sets to choose elements from, in the order that
774 * from each of the given sets in order; the "n-ary
793 * The order in which these lists are returned is not guaranteed, however the
800 * @param sets the sets to choose elements from, in the order that