Package | Description |
---|---|
com.karneim.util.collection.regex |
Modifier and Type | Method and Description |
---|---|
PAutomaton |
PatternPro.getAutomaton() |
Modifier and Type | Method and Description |
---|---|
void |
PatternPro.addAll(PAutomaton a) |
void |
PatternPro.removeAll(PAutomaton a) |
void |
PatternPro.retainAll(PAutomaton a) |
void |
PatternPro.setAutomaton(PAutomaton a) |
Constructor and Description |
---|
PatternPro(PAutomaton automaton)
creates a PatternPro with the given automaton.
|