Searched refs:constrainedCollection (Results 1 - 2 of 2) sorted by relevance

/external/guava/guava/src/com/google/common/collect/
H A DConstraints.java80 public static <E> Collection<E> constrainedCollection( method in class:Constraints
85 /** @see Constraints#constrainedCollection */
315 return constrainedCollection(collection, constraint);
/external/guava/guava-tests/test/com/google/common/collect/
H A DConstraintsTest.java77 Collection<String> constrained = Constraints.constrainedCollection(
89 Collection<String> constrained = Constraints.constrainedCollection(

Completed in 215 milliseconds