Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for testOrderedPermutationSetThreeElements (0.17 seconds)

  1. guava-tests/test/com/google/common/collect/Collections2Test.java

        assertNextPermutation(newArrayList(1), permutations);
        assertNoMorePermutations(permutations);
      }
    
      public void testOrderedPermutationSetThreeElements() {
        List<String> list = newArrayList("b", "a", "c");
        Iterator<List<String>> permutations = Collections2.orderedPermutations(list).iterator();
    
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Thu Mar 12 17:47:10 GMT 2026
    - 20.1K bytes
    - Click Count (0)
  2. android/guava-tests/test/com/google/common/collect/Collections2Test.java

        assertNextPermutation(newArrayList(1), permutations);
        assertNoMorePermutations(permutations);
      }
    
      public void testOrderedPermutationSetThreeElements() {
        List<String> list = newArrayList("b", "a", "c");
        Iterator<List<String>> permutations = Collections2.orderedPermutations(list).iterator();
    
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Thu Mar 12 17:47:10 GMT 2026
    - 20.1K bytes
    - Click Count (0)
Back to Top