public class ParameterMap extends LinkedHashMap<String,Attributes>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
ParameterMap() |
ParameterMap(Map<String,Map<String,String>> maps) |
ParameterMap(String parameters)
parameters ::= clause ( ',' clause ) *
clause ::= key ( ';' key )* ( '=' value ) ( ';' key '=' value )*
key ::= NAME ( ':' type )
type ::= List
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isDuplicate(String key) |
Map<String,String> |
put(String key,
Map<String,String> attrs) |
static String |
removeDuplicateMarker(String key) |
ParameterMap |
restrict(Collection<String> matchers) |
String |
toString() |
clear, containsValue, entrySet, forEach, get, getOrDefault, keySet, removeEldestEntry, replaceAll, valuesclone, compute, computeIfAbsent, computeIfPresent, containsKey, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, sizeequals, hashCodefinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, containsKey, equals, hashCode, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, sizepublic ParameterMap()
public ParameterMap(String parameters)
parameters ::= clause ( ',' clause ) * clause ::= key ( ';' key )* ( '=' value ) ( ';' key '=' value )* key ::= NAME ( ':' type ) type ::= List, ...
parameters - public String toString()
toString in class AbstractMap<String,Attributes>public static boolean isDuplicate(String key)
public ParameterMap restrict(Collection<String> matchers)
Copyright © 2021. All rights reserved.