Searched refs:anEmptyMap (Results 1 – 2 of 2) sorted by relevance
57 public static <K, V> Matcher<Map<? extends K, ? extends V>> anEmptyMap() { in anEmptyMap() method in IsMapWithSize
770 public static <K, V> org.hamcrest.Matcher<java.util.Map<? extends K,? extends V>> anEmptyMap() { in anEmptyMap() method in Matchers771 return org.hamcrest.collection.IsMapWithSize.<K,V>anEmptyMap(); in anEmptyMap()