| Package | Description |
|---|---|
| com.karneim.util.collection.regex |
| Modifier and Type | Class and Description |
|---|---|
class |
PatternPro
Regular expression based on a minimized deterministic automaton (FSA) and designed as a set of strings.
|
| Modifier and Type | Method and Description |
|---|---|
Pattern |
PatternPro.getPattern()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PatternPro.addAll(Pattern pattern) |
void |
PatternPro.removeAll(Pattern pattern) |
void |
PatternPro.retainAll(Pattern pattern) |
void |
PatternPro.setPattern(Pattern p)
Deprecated.
|
| Constructor and Description |
|---|
PatternPro(Pattern p)
copy constructor
|