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

  /external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
SetNavigationTester.java 32 import java.util.NavigableSet;
36 * A generic JUnit test which tests operations on a NavigableSet. Can't be
44 private NavigableSet<E> navigableSet;
52 navigableSet = (NavigableSet<E>) getSet();
55 Collections.sort(values, navigableSet.comparator());
68 * Resets the contents of navigableSet to have elements a, c, for the
73 navigableSet = (NavigableSet<E>) getSet()
    [all...]
  /prebuilts/tools/common/guava-tools/
guava-13.0.1.jar 

Completed in 54 milliseconds