|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--java.util.AbstractCollection
|
+--java.util.AbstractList
|
+--org.metasyntactic.math.automata.LRParseTable.StateAndSymbol
This class merely serves as a struct to allow a state and a symbol to be used as an index in a mapping
| Field Summary |
| Fields inherited from class java.util.AbstractList |
modCount |
| Constructor Summary | |
protected |
LRParseTable.StateAndSymbol(java.lang.Object state,
java.lang.Object symbol)
|
| Method Summary | |
boolean |
equals(java.lang.Object o)
|
java.lang.Object |
get(int i)
|
int |
hashCode()
|
int |
size()
|
| Methods inherited from class java.util.AbstractList |
add, add, addAll, clear, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subList |
| Methods inherited from class java.util.AbstractCollection |
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.util.List |
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray |
| Constructor Detail |
protected LRParseTable.StateAndSymbol(java.lang.Object state,
java.lang.Object symbol)
| Method Detail |
public int hashCode()
hashCode in interface java.util.ListhashCode in class java.util.AbstractListpublic boolean equals(java.lang.Object o)
equals in interface java.util.Listequals in class java.util.AbstractListpublic int size()
size in interface java.util.Listsize in class java.util.AbstractCollectionpublic java.lang.Object get(int i)
get in interface java.util.Listget in class java.util.AbstractList
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||