Searched refs:SelfComparableExample (Results 1 - 4 of 4) sorted by relevance

/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
H A DImmutableSortedMapTest.java672 private static class SelfComparableExample implements Comparable<SelfComparableExample> { class in class:ImmutableSortedMapTest
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 {}
H A DImmutableSortedSetTest.java830 private static class SelfComparableExample implements Comparable<SelfComparableExample> { class in class:ImmutableSortedSetTest
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/
H A DImmutableSortedMapTest.java757 private static class SelfComparableExample implements Comparable<SelfComparableExample> { class in class:ImmutableSortedMapTest
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 {}
H A DImmutableSortedSetTest.java1018 private static class SelfComparableExample implements Comparable<SelfComparableExample> { class in class:ImmutableSortedSetTest
1020 public int compareTo(SelfComparableExample o) {
1026 ImmutableSortedSet.Builder<SelfComparableExample> natural = ImmutableSortedSet.naturalOrder();
1027 ImmutableSortedSet.Builder<SelfComparableExample> reverse = ImmutableSortedSet.reverseOrder();
1030 private static class SuperComparableExample extends SelfComparableExample {}

Completed in 318 milliseconds