private static class UniquePropertiesCheck.UniqueProperties
extends java.util.Properties
| Modifier and Type | Field and Description |
|---|---|
private com.google.common.collect.Multiset<java.lang.String> |
duplicatedKeys
Multiset, holding duplicated keys.
|
private static long |
serialVersionUID |
| Modifier | Constructor and Description |
|---|---|
private |
UniqueProperties() |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.Multiset<java.lang.String> |
getDuplicatedKeys()
Retrieves a collections of duplicated properties keys.
|
java.lang.Object |
put(java.lang.Object key,
java.lang.Object value) |
getProperty, getProperty, list, list, load, load, loadFromXML, propertyNames, save, setProperty, store, store, storeToXML, storeToXML, stringPropertyNamesclear, clone, compute, computeIfAbsent, computeIfPresent, contains, containsKey, containsValue, elements, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keys, keySet, merge, putAll, putIfAbsent, rehash, remove, remove, replace, replace, replaceAll, size, toString, valuesprivate static final long serialVersionUID
private final com.google.common.collect.Multiset<java.lang.String> duplicatedKeys
public java.lang.Object put(java.lang.Object key,
java.lang.Object value)
put in interface java.util.Map<java.lang.Object,java.lang.Object>put in class java.util.Hashtable<java.lang.Object,java.lang.Object>public com.google.common.collect.Multiset<java.lang.String> getDuplicatedKeys()