Home | History | Annotate | Download | only in jsr166

Lines Matching refs:higherKey

568      * higherKey returns next element
572 Object e1 = q.higherKey(three);
575 Object e2 = q.higherKey(zero);
578 Object e3 = q.higherKey(five);
581 Object e4 = q.higherKey(six);
1251 assertEq(map.higherKey(key), rs.higher(key));