| Modifier and Type | Field and Description |
|---|---|
static char |
BACKSLASH |
static char |
COLON |
static char |
COMMA |
| Constructor and Description |
|---|
ParamProperties(String serialized) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
boolean |
containsKey(Object key) |
boolean |
containsValue(Object value) |
Set<Map.Entry<String,List<String>>> |
entrySet() |
boolean |
equals(Object o) |
List<String> |
get(Object key) |
int |
hashCode() |
boolean |
isEmpty() |
Set<String> |
keySet() |
List<String> |
put(String key,
List<String> value) |
void |
putAll(Map<? extends String,? extends List<String>> m) |
List<String> |
remove(Object key) |
int |
size() |
Collection<List<String>> |
values() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic static final char BACKSLASH
public static final char COMMA
public static final char COLON
public ParamProperties(String serialized)
public boolean containsKey(Object key)
containsKey in interface Map<String,List<String>>public boolean containsValue(Object value)
containsValue in interface Map<String,List<String>>public Collection<List<String>> values()
public boolean equals(Object o)
Copyright © 2015–2016 Red Hat, Inc.. All rights reserved.