Home | History | Annotate | Download | only in testing

Lines Matching defs:putIfAbsent

83       V oldValue = map.putIfAbsent(keyToPut, valueToPut);
91 map.putIfAbsent(keyToPut, valueToPut);
114 assertEquals(oldValue, map.putIfAbsent(keyToPut, valueToPut));
122 map.putIfAbsent(keyToPut, valueToPut);
146 map.putIfAbsent(null, valueToPut);
153 map.putIfAbsent(null, valueToPut);
180 map.putIfAbsent(keyToPut, null);
187 map.putIfAbsent(keyToPut, null);
214 assertNull(map.putIfAbsent(keyToPut, null));
220 map.putIfAbsent(keyToPut, null);