|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.Dictionary<K,V>
java.util.Hashtable<Object,Object>
java.util.Properties
net.java.sip.communicator.util.OrderedProperties
public class OrderedProperties
Implementation of Properties that keep order of couples [key, value] added.
| Field Summary |
|---|
| Fields inherited from class java.util.Properties |
|---|
defaults |
| Constructor Summary | |
|---|---|
OrderedProperties()
|
|
| Method Summary | |
|---|---|
void |
clear()
Clear the entries. |
Enumeration<Object> |
elements()
Get the elements of the LinkedHashMap. |
Set<Map.Entry<Object,Object>> |
entrySet()
Return the entry Set. |
Object |
get(Object key)
Get the object pointed by key. |
Enumeration<Object> |
keys()
Get the keys enumeration. |
Object |
put(Object key,
Object value)
Put an couple key, value |
Object |
remove(Object key)
Remove a key entry |
int |
size()
Get number of elements. |
| Methods inherited from class java.util.Properties |
|---|
getProperty, getProperty, list, list, load, load, loadFromXML, propertyNames, save, setProperty, store, store, storeToXML, storeToXML, stringPropertyNames |
| Methods inherited from class java.util.Hashtable |
|---|
clone, contains, containsKey, containsValue, equals, hashCode, isEmpty, keySet, putAll, rehash, toString, values |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public OrderedProperties()
| Method Detail |
|---|
public Object get(Object key)
get in interface Map<Object,Object>get in class Hashtable<Object,Object>key - key
public Object put(Object key,
Object value)
put in interface Map<Object,Object>put in class Hashtable<Object,Object>key - keyvalue - value
public Object remove(Object key)
remove in interface Map<Object,Object>remove in class Hashtable<Object,Object>key - key
public void clear()
clear in interface Map<Object,Object>clear in class Hashtable<Object,Object>public Enumeration<Object> keys()
keys in class Hashtable<Object,Object>public Enumeration<Object> elements()
elements in class Hashtable<Object,Object>public Set<Map.Entry<Object,Object>> entrySet()
entrySet in interface Map<Object,Object>entrySet in class Hashtable<Object,Object>public int size()
size in interface Map<Object,Object>size in class Hashtable<Object,Object>
|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||