Home | History | Annotate | Download | only in collect

Lines Matching full:tailset

327     public SortedSet<E> tailSet(E fromElement) {
329 return sortedSet(delegate().tailSet(fromElement), mutex);