public class LinkedProperties extends Properties
defaults| 构造器和说明 |
|---|
LinkedProperties() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
clear() |
boolean |
contains(Object value) |
boolean |
containsKey(Object key) |
boolean |
containsValue(Object value) |
static LinkedProperties |
create() |
static LinkedProperties |
create(String... resources) |
Enumeration<Object> |
elements() |
Set<Map.Entry<Object,Object>> |
entrySet() |
boolean |
equals(Object o) |
Object |
get(Object key) |
String |
getProperty(String key) |
int |
hashCode() |
boolean |
isEmpty() |
Enumeration<Object> |
keys() |
Set<Object> |
keySet() |
Enumeration<?> |
propertyNames() |
Object |
put(Object key,
Object value) |
void |
putAll(Map<?,?> t) |
protected void |
rehash() |
Object |
remove(Object key) |
int |
size() |
Set<String> |
stringPropertyNames() |
String |
toString() |
Collection<Object> |
values() |
getProperty, list, list, load, load, loadFromXML, save, setProperty, store, store, storeToXML, storeToXMLpublic static LinkedProperties create()
public static LinkedProperties create(String... resources)
public String getProperty(String key)
getProperty 在类中 Propertiespublic Enumeration<?> propertyNames()
propertyNames 在类中 Propertiespublic Set<String> stringPropertyNames()
stringPropertyNames 在类中 Propertiespublic boolean containsValue(Object value)
containsValue 在接口中 Map<Object,Object>containsValue 在类中 Hashtable<Object,Object>public boolean containsKey(Object key)
containsKey 在接口中 Map<Object,Object>containsKey 在类中 Hashtable<Object,Object>public boolean isEmpty()
public void putAll(Map<?,?> t)
public Collection<Object> values()
public boolean equals(Object o)
Copyright © 2014–2016. All rights reserved.