We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f64cbde commit bb221c2Copy full SHA for bb221c2
metafix/src/main/java/org/metafacture/metafix/Value.java
@@ -462,6 +462,7 @@ public void remove(final int index) {
462
*/
463
public static class Hash extends AbstractValueType {
464
465
+ // NOTE: Keep in sync with `WildcardTrie`/`SimpleRegexTrie` implementation in metafacture-core.
466
private static final Matcher PATTERN_MATCHER = Pattern.compile("[*?|]|\\[[^\\]]").matcher("");
467
468
private static final Map<String, Map<String, Boolean>> TRIE_CACHE = new HashMap<>();
0 commit comments