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