public class PropertiesMap extends java.util.HashMap<java.lang.String,PropertiesMap.Property>
Modifier and Type | Class and Description |
---|---|
static class |
PropertiesMap.Property |
Modifier and Type | Field and Description |
---|---|
static PropertiesMap |
EMPTY_MAP |
Constructor and Description |
---|
PropertiesMap() |
PropertiesMap(int capacity) |
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
public static final PropertiesMap EMPTY_MAP