public class KeyMatcherPatternImpl<K> extends Object implements IKeyMatcher<K>
| Constructor and Description |
|---|
KeyMatcherPatternImpl() |
| Modifier and Type | Method and Description |
|---|---|
Set<K> |
getMatchingKeysFromArray(String pattern,
Set<K> keyArray)
Creates a pattern and find matches on the array.
|
public Set<K> getMatchingKeysFromArray(String pattern, Set<K> keyArray)
getMatchingKeysFromArray in interface IKeyMatcher<K>pattern - keyArray - Copyright © 2002–2022 The Apache Software Foundation. All rights reserved.