jmri.util
Class OrderedHashtable<K,V>
java.lang.Object
java.util.Dictionary<K,V>
java.util.Hashtable<K,V>
jmri.util.OrderedHashtable<K,V>
- All Implemented Interfaces:
- Serializable, Cloneable, Map<K,V>
public class OrderedHashtable<K,V>
- extends Hashtable<K,V>
Hashtable that preserves order for later access.
- See Also:
- Serialized Form
| Methods inherited from class java.util.Hashtable |
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keySet, putAll, size, toString, values |
OrderedHashtable
public OrderedHashtable()
put
public V put(K key,
V value)
- Specified by:
put in interface Map<K,V>- Overrides:
put in class Hashtable<K,V>
remove
public V remove(Object key)
- Specified by:
remove in interface Map<K,V>- Overrides:
remove in class Hashtable<K,V>
keys
public Enumeration<K> keys()
- Overrides:
keys in class Hashtable<K,V>
Copyright © 1997 - 2010 JMRI Community.
JMRI, DecoderPro, PanelPro, SoundPro, DispatcherPro and associated logos are our trademarks.
Additional information on copyright, trademarks and licenses is linked here.
Site hosted by: