public class ChangeActionMap
extends java.lang.Object
| Constructor and Description |
|---|
ChangeActionMap(java.util.Map<java.lang.String,ChangeAction> actionMap) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
ChangeAction |
getActionFor(java.lang.String changeId)
Returns the action to be taken for the specified change ID.
|
int |
hashCode() |
boolean |
isEmpty()
Returns true if the action plan is empty (no actions specified).
|
int |
size()
Returns the number of changes in the action plan.
|
java.lang.String |
toString() |
public ChangeActionMap(java.util.Map<java.lang.String,ChangeAction> actionMap)
public ChangeAction getActionFor(java.lang.String changeId)
changeId - the unique identifier for the changepublic boolean isEmpty()
public int size()
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object