Home | History | Annotate | Download | only in collect

Lines Matching defs:ceiling

705     public V ceiling(V v) {
706 return getSortedSetDelegate().ceiling(v);
1044 public K ceiling(K k) {