|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.jcs.engine.match.KeyMatcherPatternImpl
public class KeyMatcherPatternImpl
This implementation of the KeyMatcher uses standard Java Pattern matching.
Constructor Summary | |
---|---|
KeyMatcherPatternImpl()
|
Method Summary | |
---|---|
java.util.Set |
getMatchingKeysFromArray(java.lang.String pattern,
java.lang.Object[] keyArray)
Creates a pattern and find matches on the array. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public KeyMatcherPatternImpl()
Method Detail |
---|
public java.util.Set getMatchingKeysFromArray(java.lang.String pattern, java.lang.Object[] keyArray)
getMatchingKeysFromArray
in interface IKeyMatcher
pattern
- keyArray
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |