|
![]() |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--java.util.Dictionary
|
+--java.util.Hashtable
|
+--com.autonomy.utilities.OrderedHashtable
Exactly the same as java.util.Hashtable except the keys() method returns the elements in the order they were inserted in the Hashtable
Hashtable,
Serialized Form| Constructor Summary | |
OrderedHashtable()
Constructor. |
|
| Method Summary | |
java.util.Enumeration |
keys()
Returns an enumeration of elements, in the same order that they were inserted into the hashtable. |
java.lang.Object |
put(java.lang.Object name,
java.lang.Object value)
Adds an element to the Hashtable |
java.lang.Object |
remove(java.lang.Object name)
Removes an element from the Hashtable |
| Methods inherited from class java.util.Hashtable |
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keySet, putAll, size, toString, values |
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public OrderedHashtable()
| Method Detail |
public java.lang.Object put(java.lang.Object name,
java.lang.Object value)
put in interface java.util.Mapput in class java.util.HashtableHashtablepublic java.lang.Object remove(java.lang.Object name)
remove in interface java.util.Mapremove in class java.util.HashtableHashtablepublic java.util.Enumeration keys()
keys in class java.util.Hashtable
|
![]() |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||