Interface IKeyMatcher<K>

All Superinterfaces:
Serializable
All Known Implementing Classes:
KeyMatcherPatternImpl

public interface IKeyMatcher<K> extends Serializable
Key matchers need to implement this interface.
  • Method Summary

    Modifier and Type
    Method
    Description
    getMatchingKeysFromArray(String pattern, Set<K> keyArray)
    Creates a pattern and find matches on the array.
  • Method Details

    • 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