|
Sautrela | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.AbstractCollection<E>
java.util.AbstractSet<E>
java.util.HashSet<Y>
edu.gtts.sautrela.wfsa.models.DefaultAlphabet<Y>
public class DefaultAlphabet<Y extends Symbol>
| Constructor Summary | |
|---|---|
DefaultAlphabet()
|
|
| Method Summary | |
|---|---|
boolean |
add(Y o)
|
void |
clear()
|
boolean |
remove(java.lang.Object o)
|
Y |
valueOf(java.lang.String name)
Returns a Symbol object holding the value represented by
the argument string s. |
| Methods inherited from class java.util.HashSet |
|---|
clone, contains, isEmpty, iterator, size |
| Methods inherited from class java.util.AbstractSet |
|---|
equals, hashCode, removeAll |
| Methods inherited from class java.util.AbstractCollection |
|---|
addAll, containsAll, retainAll, toArray, toArray, toString |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.util.Set |
|---|
addAll, contains, containsAll, equals, hashCode, isEmpty, iterator, removeAll, retainAll, size, toArray, toArray |
| Constructor Detail |
|---|
public DefaultAlphabet()
| Method Detail |
|---|
public boolean add(Y o)
add in interface java.util.Collection<Y extends Symbol>add in interface java.util.Set<Y extends Symbol>add in class java.util.HashSet<Y extends Symbol>public boolean remove(java.lang.Object o)
remove in interface java.util.Collection<Y extends Symbol>remove in interface java.util.Set<Y extends Symbol>remove in class java.util.HashSet<Y extends Symbol>public void clear()
clear in interface java.util.Collection<Y extends Symbol>clear in interface java.util.Set<Y extends Symbol>clear in class java.util.HashSet<Y extends Symbol>public Y valueOf(java.lang.String name)
AlphabetSymbol object holding the value represented by
the argument string s.
valueOf in interface Alphabet<Y extends Symbol>name - the string to be parsed
Symbol object holding the value represented by
the String argument.
|
Sautrela | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||