- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testLinkedGetAdd (0.12 sec)
-
android/guava-tests/test/com/google/common/collect/LinkedListMultimapTest.java
} public void testCreateFromIllegalSize() { assertThrows(IllegalArgumentException.class, () -> LinkedListMultimap.create(-20)); } public void testLinkedGetAdd() { LinkedListMultimap<String, Integer> map = create(); map.put("bar", 1); Collection<Integer> foos = map.get("foo"); foos.add(2); foos.add(3); map.put("bar", 4);
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Wed Oct 30 16:15:19 UTC 2024 - 18K bytes - Viewed (0)