See: Description
| Interface | Description |
|---|---|
| TextHelper.MessageComponents |
Deliverer of messageFormat components.
|
| TextHelper.ReplaceVisitor |
Visitor for text replacements.
|
| Class | Description |
|---|---|
| CleverSSS |
Subsequence search algorithms — the base.
|
| CleverSSS.Simple |
Simple substring search, clever only for the short and optimistic
cases.
|
| FastStringSet |
A fast set of Strings.
|
| KMP |
Subsequence search — the immutable state.
|
| RK |
Subsequence search — the immutable state.
|
| TextHelper |
Text handling — support for Java applications.
|
TextHelper gives many (static helper)
methods and types therefore. RK implements the
Rabin Karp (String) search algorithm.de.frame4j