public class RuleSetMap extends HashMap<String,RuleSet> implements Serializable
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
RuleSetMap() |
RuleSetMap(Map<String,RuleSet> mapin) |
| Modifier and Type | Method and Description |
|---|---|
static RuleSetMap |
readMap(String schemaDir) |
Document |
toDocument(boolean custom) |
static RuleSetMap |
toMap(Document d) |
static void |
writeMap(String schemaDir,
RuleSetMap map) |
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesequals, hashCode, toStringpublic Document toDocument(boolean custom)
public static RuleSetMap toMap(Document d)
public static RuleSetMap readMap(String schemaDir)
public static void writeMap(String schemaDir, RuleSetMap map)
Copyright © 2021. All rights reserved.