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, size
public boolean isRedundant(Object other)
isRedundant
in interface IsRedundant
public boolean subsumes(Object other)
subsumes
in interface IsSubsuming
public boolean conflicts(Object other)
conflicts
in interface IsConflicting
public boolean hasValues()
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.