Lines Matching defs:headSet
321 public SortedSet<E> headSet(E toElement) {323 return sortedSet(delegate().headSet(toElement), mutex);