public class Actions extends MultiMap<ActionInspectorKey,ActionInspector> implements IsRedundant, IsSubsuming, IsConflicting
| Constructor and Description |
|---|
Actions() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
conflicts(Object other) |
boolean |
hasValues() |
boolean |
isRedundant(Object other) |
boolean |
subsumes(Object other) |
addAllValues, allValues, clear, containsKey, get, isEmpty, keys, put, putAllValues, remove, removeValue, sizepublic boolean isRedundant(Object other)
isRedundant in interface IsRedundantpublic boolean subsumes(Object other)
subsumes in interface IsSubsumingpublic boolean conflicts(Object other)
conflicts in interface IsConflictingpublic boolean hasValues()
Copyright © 2001–2015 JBoss by Red Hat. All rights reserved.