Home
last modified time | relevance | path

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

/external/hamcrest/hamcrest-library/src/main/java/org/hamcrest/collection/
DIsMapWithSize.java13 public final class IsMapWithSize<K, V> extends FeatureMatcher<Map<? extends K, ? extends V>, Intege… class
14 public IsMapWithSize(Matcher<? super Integer> sizeMatcher) { in IsMapWithSize() method in IsMapWithSize