HomeSort by relevance Sort by last modified time
    Searched full:myll (Results 1 - 2 of 2) sorted by null

  /libcore/luni/src/test/java/tests/api/java/util/
CollectionsTest.java 51 private LinkedList myll; field in class:CollectionsTest
889 Collections.shuffle(myll);
890 Collections.sort(myll, comp);
891 final int llSize = myll.size();
896 ((MyInt) myll.get(counter)).compareTo((MyInt) myll
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
CollectionsTest.java 60 LinkedList myll; field in class:CollectionsTest
735 Collections.shuffle(myll);
736 Collections.sort(myll, comp);
737 final int llSize = myll.size();
742 ((MyInt) myll.get(counter)).compareTo((MyInt) myll
    [all...]

Completed in 420 milliseconds