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 Summary
Constructors -
Method Summary
-
Constructor Details
-
KeyMatcherPatternImpl
public KeyMatcherPatternImpl()
-
-
Method Details
-
getMatchingKeysFromArray
Creates a pattern and find matches on the array.- Specified by:
getMatchingKeysFromArray
in interfaceIKeyMatcher<K>
- Parameters:
pattern
-keyArray
-- Returns:
- Set of the matching keys
-