Class KeyMatcherPatternImpl<K>
java.lang.Object
org.apache.commons.jcs3.engine.match.KeyMatcherPatternImpl<K>
- All Implemented Interfaces:
- Serializable,- IKeyMatcher<K>
This implementation of the KeyMatcher uses standard Java Pattern matching.
- See Also:
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
KeyMatcherPatternImplpublic KeyMatcherPatternImpl()
 
- 
- 
Method Details- 
getMatchingKeysFromArrayCreates a pattern and find matches on the array.- Specified by:
- getMatchingKeysFromArrayin interface- IKeyMatcher<K>
- Parameters:
- pattern-
- keyArray-
- Returns:
- Set of the matching keys
 
 
-