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, sizepublic void addAll(Collection<ConditionInspector> conditionInspectorList)
public boolean isRedundant(Object other)
isRedundant in interface IsRedundantpublic boolean subsumes(Object other)
subsumes in interface IsSubsumingpublic boolean isDeficient(Object object)
isDeficient in interface IsDeficientpublic boolean hasValues()
public boolean keyHasNoValues(ConditionInspectorKey key)
Copyright © 2001–2015 JBoss by Red Hat. All rights reserved.