Home | History | Annotate | Download | only in collect

Lines Matching full:order

159  from each of the given sets in order; the "n-ary
177 from each of the given sets in order; the "n-ary
348 elements in unspecified order.</TD>
364 elements in unspecified order.</TD>
380 elements in unspecified order.</TD>
427 given elements in order.</TD>
544 <p>The iteration order of the returned set follows the enum's iteration
545 order, not the order in which the elements are provided to the method.
562 <p>The iteration order of the returned set follows the enum's iteration
563 order, not the order in which the elements appear in the given collection.
614 elements in unspecified order.
651 elements in unspecified order.
672 elements in unspecified order.
709 given elements in order.
715 <DT><B>Parameters:</B><DD><CODE>elements</CODE> - the elements that the set should contain, in order
788 the specified collection must contain at least one element, in order to
871 <code>set1</code>, then over each element of <code>set2</code>, in order, that is not
896 The iteration order of the returned set matches that of <code>set1</code>.
931 present in <code>set1</code>; these are simply ignored. The iteration order of
982 from each of the given sets in order; the "n-ary
999 The order in which these lists are returned is not guaranteed, however the
1007 <DT><B>Type Parameters:</B><DD><CODE>B</CODE> - any common base class shared by all axes (often just <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang"><CODE>Object</CODE></A>)<DT><B>Parameters:</B><DD><CODE>sets</CODE> - the sets to choose elements from, in the order that
1027 from each of the given sets in order; the "n-ary
1044 The order in which these lists are returned is not guaranteed, however the
1052 <DT><B>Type Parameters:</B><DD><CODE>B</CODE> - any common base class shared by all axes (often just <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang"><CODE>Object</CODE></A>)<DT><B>Parameters:</B><DD><CODE>sets</CODE> - the sets to choose elements from, in the order that