Searched refs:constrainedSortedSet (Results 1 – 2 of 2) sorted by relevance
129 public static <E> SortedSet<E> constrainedSortedSet( in constrainedSortedSet() method in Constraints148 return constrainedSortedSet(delegate.headSet(toElement), constraint); in headSet()151 return constrainedSortedSet( in subSet()155 return constrainedSortedSet(delegate.tailSet(fromElement), constraint); in tailSet()281 return constrainedSortedSet((SortedSet<E>) collection, constraint); in constrainedTypePreservingCollection()
125 SortedSet<String> constrained = Constraints.constrainedSortedSet( in testConstrainedSortedSetLegal()144 SortedSet<String> constrained = Constraints.constrainedSortedSet( in testConstrainedSortedSetIllegal()