com.karneim.util.collection.set
Class AutomatonSet_String.SProperties

java.lang.Object
  extended byjava.util.AbstractCollection
      extended byjava.util.AbstractSet
          extended byjava.util.HashSet
              extended bycom.karneim.util.collection.set.AutomatonSet_String.SProperties
All Implemented Interfaces:
java.lang.Cloneable, java.util.Collection, IProperties, java.io.Serializable, java.util.Set
Direct Known Subclasses:
Automaton_Pattern.PProperties
Enclosing class:
AutomatonSet_String

protected static class AutomatonSet_String.SProperties
extends java.util.HashSet
implements IProperties

See Also:
Serialized Form

Constructor Summary
AutomatonSet_String.SProperties()
           
 
Method Summary
 void addAll(IProperties p)
           
 java.lang.Object clone()
           
 boolean containsAll(IProperties p)
           
 void removeAll(IProperties p)
           
 void retainAll(IProperties p)
           
 
Methods inherited from class java.util.HashSet
add, clear, contains, isEmpty, iterator, remove, 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 com.karneim.util.collection.automaton.IProperties
iterator
 
Methods inherited from interface java.util.Set
addAll, containsAll, equals, hashCode, removeAll, retainAll, toArray, toArray
 

Constructor Detail

AutomatonSet_String.SProperties

public AutomatonSet_String.SProperties()
Method Detail

containsAll

public boolean containsAll(IProperties p)
Specified by:
containsAll in interface IProperties

addAll

public void addAll(IProperties p)
Specified by:
addAll in interface IProperties

retainAll

public void retainAll(IProperties p)
Specified by:
retainAll in interface IProperties

removeAll

public void removeAll(IProperties p)
Specified by:
removeAll in interface IProperties

clone

public java.lang.Object clone()
Specified by:
clone in interface IProperties