public final class ObjectProperties extends Hashtable<String,String>
ObjectName
s.Modifier and Type | Class and Description |
---|---|
static class |
ObjectProperties.Property
A single property in a properties list.
|
Constructor and Description |
---|
ObjectProperties() |
ObjectProperties(int initialCapacity) |
ObjectProperties(int initialCapacity,
float loadFactor) |
ObjectProperties(Map<? extends String,? extends String> t) |
ObjectProperties(ObjectProperties.Property... properties) |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
Object |
clone() |
boolean |
contains(Object value) |
boolean |
containsKey(Object key) |
boolean |
containsValue(Object value) |
Enumeration<String> |
elements() |
Set<Map.Entry<String,String>> |
entrySet() |
String |
get(Object key) |
boolean |
isEmpty() |
Enumeration<String> |
keys() |
Set<String> |
keySet() |
static ObjectProperties |
properties(ObjectProperties.Property... properties) |
static ObjectProperties.Property |
property(String key,
String value) |
String |
put(String key,
String value) |
void |
putAll(Map<? extends String,? extends String> t) |
protected void |
rehash() |
String |
remove(Object key) |
int |
size() |
String |
toString() |
Collection<String> |
values() |
public ObjectProperties(int initialCapacity, float loadFactor)
public ObjectProperties(int initialCapacity)
public ObjectProperties()
public ObjectProperties(ObjectProperties.Property... properties)
public static ObjectProperties.Property property(String key, String value)
public static ObjectProperties properties(ObjectProperties.Property... properties)
public int size()
public boolean isEmpty()
public Enumeration<String> elements()
public boolean contains(Object value)
public boolean containsValue(Object value)
containsValue
in interface Map<String,String>
containsValue
in class Hashtable<String,String>
public boolean containsKey(Object key)
containsKey
in interface Map<String,String>
containsKey
in class Hashtable<String,String>
public void clear()
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.