Searched defs:IntegerDiv10 (Results 1 - 3 of 3) sorted by relevance

/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
H A DImmutableSortedMapTest.java489 private static class IntegerDiv10 implements Comparable<IntegerDiv10> { class in class:ImmutableSortedMapTest.CreationTests
492 IntegerDiv10(int value) { method in class:ImmutableSortedMapTest.CreationTests.IntegerDiv10
497 public int compareTo(IntegerDiv10 o) {
507 Map<IntegerDiv10, String> original = ImmutableMap.of(
508 new IntegerDiv10(3), "three",
509 new IntegerDiv10(20), "twenty",
510 new IntegerDiv10(11), "eleven",
511 new IntegerDiv10(35), "thirty five",
512 new IntegerDiv10(1
[all...]
/external/guava/guava-tests/test/com/google/common/collect/
H A DImmutableSortedMapTest.java552 private static class IntegerDiv10 implements Comparable<IntegerDiv10> { class in class:ImmutableSortedMapTest.CreationTests
555 IntegerDiv10(int value) { method in class:ImmutableSortedMapTest.CreationTests.IntegerDiv10
560 public int compareTo(IntegerDiv10 o) {
570 Map<IntegerDiv10, String> original = ImmutableMap.of(
571 new IntegerDiv10(3), "three",
572 new IntegerDiv10(20), "twenty",
573 new IntegerDiv10(11), "eleven",
574 new IntegerDiv10(35), "thirty five",
575 new IntegerDiv10(1
[all...]
H A DImmutableSortedMultisetTest.java529 private static class IntegerDiv10 implements Comparable<IntegerDiv10> { class in class:ImmutableSortedMultisetTest
532 IntegerDiv10(int value) { method in class:ImmutableSortedMultisetTest.IntegerDiv10
537 public int compareTo(IntegerDiv10 o) {
547 IntegerDiv10 three = new IntegerDiv10(3);
548 IntegerDiv10 eleven = new IntegerDiv10(11);
549 IntegerDiv10 twelve = new IntegerDiv10(1
[all...]

Completed in 1821 milliseconds