Searched defs:ConstrainedSet (Results 1 – 1 of 1) sorted by relevance
125 static class ConstrainedSet<E> extends ForwardingSet<E> { class in Constraints129 public ConstrainedSet(Set<E> delegate, Constraint<? super E> constraint) { in ConstrainedSet() method in Constraints.ConstrainedSet