HomeSort by relevance Sort by last modified time
    Searched refs:SelfComparableExample (Results 1 - 4 of 4) sorted by null

  /external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
ImmutableSortedMapTest.java 672 private static class SelfComparableExample implements Comparable<SelfComparableExample> {
674 public int compareTo(SelfComparableExample o) {
680 ImmutableSortedMap.Builder<SelfComparableExample, Object> natural =
683 ImmutableSortedMap.Builder<SelfComparableExample, Object> reverse =
687 private static class SuperComparableExample extends SelfComparableExample {}
ImmutableSortedSetTest.java 830 private static class SelfComparableExample implements Comparable<SelfComparableExample> {
832 public int compareTo(SelfComparableExample o) {
838 ImmutableSortedSet.Builder<SelfComparableExample> natural = ImmutableSortedSet.naturalOrder();
839 ImmutableSortedSet.Builder<SelfComparableExample> reverse = ImmutableSortedSet.reverseOrder();
842 private static class SuperComparableExample extends SelfComparableExample {}
  /external/guava/guava-tests/test/com/google/common/collect/
ImmutableSortedMapTest.java 757 private static class SelfComparableExample implements Comparable<SelfComparableExample> {
759 public int compareTo(SelfComparableExample o) {
765 ImmutableSortedMap.Builder<SelfComparableExample, Object> natural =
768 ImmutableSortedMap.Builder<SelfComparableExample, Object> reverse =
772 private static class SuperComparableExample extends SelfComparableExample {}
ImmutableSortedSetTest.java     [all...]

Completed in 891 milliseconds