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
 Set getMatchingKeysFromArray(String pattern, Object[] keyArray)
          Creates a pattern and find matches on the array.
 

Method Detail

getMatchingKeysFromArray

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

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


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