Searched defs:ConstrainedSet (Results 1 - 1 of 1) sorted by relevance

/external/guava/guava/src/com/google/common/collect/
H A DConstraints.java121 return new ConstrainedSet<E>(set, constraint);
125 static class ConstrainedSet<E> extends ForwardingSet<E> { class in class:Constraints
129 public ConstrainedSet(Set<E> delegate, Constraint<? super E> constraint) { method in class:Constraints.ConstrainedSet

Completed in 99 milliseconds