| 程序包 | 说明 |
|---|---|
| org.apache.oro.text |
This package used to be the TextTools library and provides general
text processing support, including a glob regular expression class,
pattern caching and line-by-line processing classes.
|
| org.apache.oro.text.perl |
This package used to be the PerlTools library and adds Perl5
regular expression syntactic sugar built on top of the
org.apache.oro.text.regex Perl5 regular expression classes. |
| 限定符和类型 | 类和说明 |
|---|---|
class |
GenericPatternCache
This is the base class for all cache implementations provided in the
org.apache.oro.text package.
|
class |
PatternCacheFIFO
This class is a GenericPatternCache subclass implementing a FIFO (First
In First Out) cache replacement policy.
|
class |
PatternCacheFIFO2
This class is a GenericPatternCache subclass implementing a second
chance FIFO (First In First Out) cache replacement policy.
|
class |
PatternCacheLRU
This class is a GenericPatternCache subclass implementing an LRU
(Least Recently Used) cache replacement policy.
|
class |
PatternCacheRandom
This class is a GenericPatternCache subclass implementing a random
cache replacement policy.
|
| 构造器和说明 |
|---|
Perl5Util(PatternCache cache)
A secondary constructor for Perl5Util.
|
Copyright © 2022. All rights reserved.