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

/external/hamcrest/hamcrest-library/src/main/java/org/hamcrest/collection/
H A DIsCollectionWithSize.java13 public class IsCollectionWithSize<E> extends FeatureMatcher<Collection<? extends E>, Integer> { class in inherits:FeatureMatcher
14 public IsCollectionWithSize(Matcher<? super Integer> sizeMatcher) { method in class:IsCollectionWithSize
33 return new IsCollectionWithSize<E>(sizeMatcher);
47 return (Matcher)IsCollectionWithSize.hasSize(equalTo(size));

Completed in 91 milliseconds