Home | History | Annotate | Download | only in jsr166

Lines Matching refs:ceilingEntry

500      * ceilingEntry returns next entry.
504 Map.Entry e1 = map.ceilingEntry(three);
507 Map.Entry e2 = map.ceilingEntry(zero);
510 Map.Entry e3 = map.ceilingEntry(five);
513 Map.Entry e4 = map.ceilingEntry(six);
518 * lowerEntry, higherEntry, ceilingEntry, and floorEntry return
541 e = map.ceilingEntry(five);