Home
last modified time | relevance | path

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

/external/hamcrest/hamcrest-library/src/main/java/org/hamcrest/collection/
DIsCollectionWithSize.java13 public class IsCollectionWithSize<E> extends FeatureMatcher<Collection<? extends E>, Integer> { class
14 public IsCollectionWithSize(Matcher<? super Integer> sizeMatcher) { in IsCollectionWithSize() method in IsCollectionWithSize