public class CaseInsensitiveProperties extends Properties
defaults
Constructor and Description |
---|
CaseInsensitiveProperties() |
CaseInsensitiveProperties(Properties defaults) |
Modifier and Type | Method and Description |
---|---|
boolean |
containsKey(Object key) |
Object |
get(Object key) |
String |
getProperty(String key) |
Enumeration |
keys() |
Set |
keySet() |
Enumeration |
propertyNames() |
Object |
put(Object key,
Object value) |
Object |
remove(Object key) |
Object |
setProperty(String key,
String value) |
getProperty, list, list, load, load, loadFromXML, save, store, store, storeToXML, storeToXML, stringPropertyNames
clear, clone, compute, computeIfAbsent, computeIfPresent, contains, containsValue, elements, entrySet, equals, forEach, getOrDefault, hashCode, isEmpty, merge, putAll, putIfAbsent, rehash, remove, replace, replace, replaceAll, size, toString, values
public CaseInsensitiveProperties()
public CaseInsensitiveProperties(Properties defaults)
public String getProperty(String key)
getProperty
in class Properties
public Object setProperty(String key, String value)
setProperty
in class Properties
public boolean containsKey(Object key)
containsKey
in interface Map<Object,Object>
containsKey
in class Hashtable<Object,Object>
public Set keySet()
public Enumeration keys()
public Enumeration propertyNames()
propertyNames
in class Properties
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.