Home | History | Annotate | Download | only in concurrent

Lines Matching defs:ceiling

1220      * Utility for ceiling, floor, lower, higher methods.
2370 public K ceiling(K e) { return m.ceilingKey(e); }