| 程序包 | 说明 |
|---|---|
| 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.
|
| 限定符和类型 | 类和说明 |
|---|---|
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.
|
Copyright © 2024. All rights reserved.