- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testDifferentComparator_serialization (0.25 sec)
-
guava-tests/test/com/google/common/collect/ImmutableSortedSetTest.java
assertFalse(set.containsAll(Sets.newTreeSet(asList("f", "d", "a")))); } @J2ktIncompatible @GwtIncompatible // SerializableTester public void testDifferentComparator_serialization() { // don't use Collections.reverseOrder(); it didn't reserialize to the same instance in JDK5 Comparator<Comparable<?>> comparator = Ordering.natural().reverse(); SortedSet<String> set =
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Wed Oct 30 16:15:19 UTC 2024 - 46.7K bytes - Viewed (0)