Interface IKeyMatcher<K>
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- KeyMatcherPatternImpl
Key matchers need to implement this interface.
- 
Method Summary
- 
Method Details- 
getMatchingKeysFromArrayCreates a pattern and find matches on the array.- Parameters:
- pattern-
- keyArray-
- Returns:
- Set of the matching keys
 
 
-