public class ActionEntry
extends java.lang.Object
| Constructor and Description |
|---|
ActionEntry(Matcher matcher,
Action action)
Constructor for an ActionEntry.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
static ActionEntry |
from(Matcher matcher,
Action action)
Convenience method for creating an ActionEntry
|
int |
hashCode()
Compute a hash code using the hash codes of the underlying objects
|
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic static ActionEntry from(Matcher matcher, Action action)
matcher - the matcher object in the ActionEntryaction - the action object in the ActionEntry