Home
last modified time | relevance | path

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

/external/guava/guava/src/com/google/common/collect/
DConstraints.java97 static class ConstrainedSet<E> extends ForwardingSet<E> { class in Constraints
101 public ConstrainedSet(Set<E> delegate, Constraint<? super E> constraint) { in ConstrainedSet() method in Constraints.ConstrainedSet