public class Conditions extends MultiMap<ConditionInspectorKey,ConditionInspector> implements IsRedundant, IsSubsuming, IsDeficient
Constructor and Description |
---|
Conditions() |
Modifier and Type | Method and Description |
---|---|
void |
addAll(Collection<ConditionInspector> conditionInspectorList) |
boolean |
hasValues() |
boolean |
isDeficient(Object object) |
boolean |
isRedundant(Object other) |
boolean |
keyHasNoValues(ConditionInspectorKey key) |
boolean |
subsumes(Object other) |
addAllValues, allValues, clear, containsKey, get, isEmpty, keys, put, putAllValues, remove, removeValue, size
public void addAll(Collection<ConditionInspector> conditionInspectorList)
public boolean isRedundant(Object other)
isRedundant
in interface IsRedundant
public boolean subsumes(Object other)
subsumes
in interface IsSubsuming
public boolean isDeficient(Object object)
isDeficient
in interface IsDeficient
public boolean hasValues()
public boolean keyHasNoValues(ConditionInspectorKey key)
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.