- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for testTreeKeys (0.05 seconds)
-
guava-tests/test/com/google/common/collect/MultimapBuilderTest.java
.hashSetValues() .<String, Integer>build(); } @J2ktIncompatible @GwtIncompatible // doesn't build without explicit type parameters on build() methods public void testTreeKeys() { ListMultimap<String, Integer> multimap = MultimapBuilder.treeKeys().arrayListValues().build(); assertTrue(multimap.keySet() instanceof SortedSet); assertTrue(multimap.asMap() instanceof SortedMap); }
Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Thu Aug 07 16:05:33 GMT 2025 - 5.2K bytes - Click Count (0)