- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for testInverseInsertionOrderAfterInverseForcePut (0.15 seconds)
-
guava-tests/test/com/google/common/collect/HashBiMapTest.java
map.put("quux", 1); assertThat(map.inverse().entrySet()) .containsExactly(immutableEntry(2, "bar"), immutableEntry(1, "quux")) .inOrder(); } public void testInverseInsertionOrderAfterInverseForcePut() { BiMap<String, Integer> map = HashBiMap.create(); map.put("foo", 1); map.put("bar", 2); map.put("quux", 3); map.inverse().forcePut(1, "quux");
Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Tue Oct 28 16:03:47 GMT 2025 - 8.4K bytes - Click Count (0)