Class NottableStringMultiMap
java.lang.Object
software.xdev.mockserver.collections.NottableStringMultiMap
-
Constructor Summary
ConstructorsConstructorDescriptionNottableStringMultiMap(boolean controlPlaneMatcher, KeyMatchStyle keyMatchStyle, List<? extends KeyToMultiValue> entries) NottableStringMultiMap(boolean controlPlaneMatcher, KeyMatchStyle keyMatchStyle, NottableString[]... keyAndValues) -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleancontainsAll(MatchDifference context, NottableStringMultiMap subset) booleaninthashCode()booleanisEmpty()
-
Constructor Details
-
NottableStringMultiMap
public NottableStringMultiMap(boolean controlPlaneMatcher, KeyMatchStyle keyMatchStyle, List<? extends KeyToMultiValue> entries) -
NottableStringMultiMap
public NottableStringMultiMap(boolean controlPlaneMatcher, KeyMatchStyle keyMatchStyle, NottableString[]... keyAndValues)
-
-
Method Details