- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testAsMapBridgeMethods (0.12 sec)
-
guava-tests/test/com/google/common/collect/TreeMultimapNaturalTest.java
return; } } fail("No bridge method found"); } @J2ktIncompatible @GwtIncompatible // reflection public void testAsMapBridgeMethods() { for (Method m : TreeMultimap.class.getMethods()) { if (m.getName().equals("asMap") && m.getReturnType().equals(SortedMap.class)) { return; } } }
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Wed Oct 30 16:15:19 UTC 2024 - 22.3K bytes - Viewed (0)