- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for thenComparing (0.04 sec)
-
guava-tests/test/com/google/common/collect/ComparisonChainTest.java
.result(); Comparator<Foo> comparatorUsingComparatorMethods = comparing((Foo foo) -> foo.aString) .thenComparing(foo -> foo.anInt) .thenComparing(foo -> foo.anEnum, nullsLast(naturalOrder())); ImmutableList<Foo> instances = ImmutableList.of( new Foo("a", 1, TriState.TRUE), new Foo("a", 2, TriState.TRUE),
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Wed Feb 12 03:05:13 UTC 2025 - 7.6K bytes - Viewed (0)