public class Properties extends HashMap<String,Property>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
Properties() |
Modifier and Type | Method and Description |
---|---|
<T> boolean |
contains(String propertyName,
T valueToCheck)
Check if a property has a specific value.
|
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values
equals, hashCode, toString
public <T> boolean contains(String propertyName, T valueToCheck)
propertyName
- the property to check it's valuevalueToCheck
- the value to be checked against property's valueCopyright © 2021 DeviceAtlas Limited. All rights reserved.