public class MatchersMap<K,V> extends HashMap<K,MatchersList<V>>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
MatchersMap() |
| Modifier and Type | Method and Description |
|---|---|
String |
describe(String name) |
boolean |
matches(K name,
V value) |
void |
put(K name,
org.hamcrest.Matcher<V> value) |
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesequals, hashCode, toStringCopyright © 2018. All rights reserved.