org.apache.jcs.engine.match.behavior
Interface IKeyMatcher

All Known Implementing Classes:
KeyMatcherPatternImpl

public interface IKeyMatcher

Key matchers need to implement this interface.


Method Summary
 java.util.Set getMatchingKeysFromArray(java.lang.String pattern, java.lang.Object[] keyArray)
          Creates a pattern and find matches on the array.
 

Method Detail

getMatchingKeysFromArray

java.util.Set getMatchingKeysFromArray(java.lang.String pattern,
                                       java.lang.Object[] keyArray)
Creates a pattern and find matches on the array.

Parameters:
pattern -
keyArray -
Returns:
Set of the matching keys


Copyright © 2002-2011 Apache Software Foundation. All Rights Reserved.