Home | History | Annotate | Download | only in jsr166

Lines Matching refs:six

264         map.putIfAbsent(six, "Z");
265 assertTrue(map.containsKey(six));
281 assertNull(map.replace(six, "Z"));
282 assertFalse(map.containsKey(six));
347 Map.Entry e2 = map.lowerEntry(six);
371 Map.Entry e4 = map.higherEntry(six);
383 Map.Entry e2 = map.floorEntry(six);
407 Map.Entry e4 = map.ceilingEntry(six);
938 map.putIfAbsent(six, "Z");
939 assertTrue(map.containsKey(six));
955 assertNull(map.replace(six, "Z"));
956 assertFalse(map.containsKey(six));