private static class UniquePropertiesCheck.UniqueProperties extends java.util.Properties
| Modifier and Type | Field and Description |
|---|---|
private java.util.Map<java.lang.String,java.util.concurrent.atomic.AtomicInteger> |
duplicatedKeys
Map, holding duplicated keys and their count.
|
private static long |
serialVersionUID
A unique serial version identifier.
|
| Modifier | Constructor and Description |
|---|---|
private |
UniqueProperties() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,java.util.concurrent.atomic.AtomicInteger> |
getDuplicatedKeys()
Retrieves a collections of duplicated properties keys.
|
java.lang.Object |
put(java.lang.Object key,
java.lang.Object value)
Puts the value into properties by the key specified.
|
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 java.util.Map<java.lang.String,java.util.concurrent.atomic.AtomicInteger> duplicatedKeys
private UniqueProperties()
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 java.util.Map<java.lang.String,java.util.concurrent.atomic.AtomicInteger> getDuplicatedKeys()
Copyright © 2001-2022. All Rights Reserved.