Home | History | Annotate | Download | only in jsr166

Lines Matching refs:ceilingEntry

413      * ceilingEntry returns next entry.
417 Map.Entry e1 = map.ceilingEntry(three);
420 Map.Entry e2 = map.ceilingEntry(zero);
423 Map.Entry e3 = map.ceilingEntry(five);
426 Map.Entry e4 = map.ceilingEntry(six);