Home | History | Annotate | Download | only in jsr166

Lines Matching refs:higherEntry

376      * higherEntry returns next entry.
380 Map.Entry e1 = map.higherEntry(three);
383 Map.Entry e2 = map.higherEntry(zero);
386 Map.Entry e3 = map.higherEntry(five);
389 Map.Entry e4 = map.higherEntry(six);
1050 * higherEntry returns next entry.
1054 Map.Entry e1 = map.higherEntry(m3);
1057 Map.Entry e2 = map.higherEntry(zero);
1060 Map.Entry e3 = map.higherEntry(m5);
1063 Map.Entry e4 = map.higherEntry(m6);