| 接口 | 说明 |
|---|---|
| PathMatcher |
从 spring-framework 源码复制,稍作修改
Strategy interface for
String-based path matching. |
| StringReplacer | |
| TokenHandler |
| 类 | 说明 |
|---|---|
| AntPathMatcher |
从 spring-framework 源码复制,稍作修改
PathMatcher implementation for Ant-style path patterns. |
| AntPathMatcher.AntPathStringMatcher |
Tests whether or not a string matches against a pattern via a
Pattern. |
| AntPathMatcher.AntPatternComparator |
The default
Comparator implementation returned by
AntPathMatcher.getPatternComparator(String). |
| Escapes | |
| Hex | |
| Html4Escape | |
| Html4Unescape | |
| KmpMatchers |
在字符串中查找子串:Knuth–Morris–Pratt 算法
KMP算法于1977年被提出,全称 Knuth–Morris–Pratt 算法,包含了三位前辈名字,分别是:Donald Knuth(K), James H.
|
| StringCases | |
| StringReplacerChain | |
| Strings | |
| TokenParser | |
| TokenParsers | |
| Unicodes | |
| XmlEscape | |
| XmlUnescape |
Copyright © 2025 fossc. All rights reserved.