org.apache.jcs.engine.match.behavior
Interface IKeyMatcher<K extends Serializable>

All Superinterfaces:
Serializable
All Known Implementing Classes:
KeyMatcherPatternImpl

public interface IKeyMatcher<K extends Serializable>
extends Serializable

Key matchers need to implement this interface.


Method Summary
 Set<K> getMatchingKeysFromArray(String pattern, Set<K> keyArray)
          Creates a pattern and find matches on the array.
 

Method Detail

getMatchingKeysFromArray

Set<K> getMatchingKeysFromArray(String pattern,
                                Set<K> keyArray)
Creates a pattern and find matches on the array.

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


Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.