protected static class AutomatonSet_String.SProperties extends java.util.HashSet implements IProperties
| Constructor and Description |
|---|
SProperties() |
| Modifier and Type | Method and Description |
|---|---|
void |
addAll(IProperties p) |
java.lang.Object |
clone() |
boolean |
containsAll(IProperties p) |
void |
removeAll(IProperties p) |
void |
retainAll(IProperties p) |
add, clear, contains, isEmpty, iterator, remove, size, spliteratoraddAll, containsAll, retainAll, toArray, toArray, toStringfinalize, getClass, notify, notifyAll, wait, wait, waititeratorpublic boolean containsAll(IProperties p)
containsAll in interface IPropertiespublic void addAll(IProperties p)
addAll in interface IPropertiespublic void retainAll(IProperties p)
retainAll in interface IPropertiespublic void removeAll(IProperties p)
removeAll in interface IPropertiespublic java.lang.Object clone()
clone in interface IPropertiesclone in class java.util.HashSet