Home
last modified time | relevance | path

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

/external/guava/guava/src/com/google/common/collect/
DConstraints.java58 static class ConstrainedCollection<E> extends ForwardingCollection<E> { class in Constraints
62 public ConstrainedCollection( in ConstrainedCollection() method in Constraints.ConstrainedCollection