Uses of Class
com.karneim.util.collection.set.AutomatonSet_String

Packages that use AutomatonSet_String
com.karneim.util.collection.regex   
com.karneim.util.collection.set   
 

Uses of AutomatonSet_String in com.karneim.util.collection.regex
 

Subclasses of AutomatonSet_String in com.karneim.util.collection.regex
 class Automaton_Pattern
           
 

Methods in com.karneim.util.collection.regex that return AutomatonSet_String
protected  AutomatonSet_String PAutomaton.getAutomaton()
           
protected  AutomatonSet_String PatternPro.getInnerAutomaton()
           
 

Methods in com.karneim.util.collection.regex with parameters of type AutomatonSet_String
protected  void Automaton_Pattern.addAll(AutomatonSet_String automaton)
           
protected  void Automaton_Pattern.retainAll(AutomatonSet_String automaton)
           
protected  void Automaton_Pattern.removeAll(AutomatonSet_String automaton)
           
 

Uses of AutomatonSet_String in com.karneim.util.collection.set
 

Fields in com.karneim.util.collection.set declared as AutomatonSet_String
protected  AutomatonSet_String SAutomaton.automaton
           
 

Methods in com.karneim.util.collection.set with parameters of type AutomatonSet_String
protected  void AutomatonSet_String.addAll(AutomatonSet_String automaton)
           
protected  void AutomatonSet_String.retainAll(AutomatonSet_String automaton)
           
protected  void AutomatonSet_String.removeAll(AutomatonSet_String automaton)
           
protected  void AutomatonSet_String.concatAll(AutomatonSet_String automaton)
           
 

Constructors in com.karneim.util.collection.set with parameters of type AutomatonSet_String
SAutomaton(AutomatonSet_String automaton)