|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.huguesjohnson.tiamat.ScriptTableKey
public class ScriptTableKey
ScriptTableKey - used to store & retrieve entries from a GameScript
| Field Summary | |
|---|---|
java.util.ArrayList<java.lang.String> |
conditions
The conditions for this key. |
Event |
event
The Event stored in this key. |
| Constructor Summary | |
|---|---|
ScriptTableKey(Event event,
java.util.ArrayList<java.lang.String> conditions)
Create a new instance of ScriptTableKey. |
|
ScriptTableKey(Event event,
java.lang.String[] conditions)
Create a new instance of ScriptTableKey. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object object)
|
int |
hashCode()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public Event event
public java.util.ArrayList<java.lang.String> conditions
| Constructor Detail |
|---|
public ScriptTableKey(Event event,
java.lang.String[] conditions)
event - The stored in this key.conditions - The conditions for this key.
public ScriptTableKey(Event event,
java.util.ArrayList<java.lang.String> conditions)
event - The stored in this key.conditions - The conditions for this key.| Method Detail |
|---|
public boolean equals(java.lang.Object object)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||