|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Object
|
+--java.util.Dictionary
|
+--java.util.Hashtable
|
+--jumbo.xml.util.XHashtableImpl
extensions to java.util.Hashtable such as boolean operations
| Constructor Summary | |
XHashtableImpl()
|
|
| Method Summary | |
void |
add(java.lang.Object obj)
adds an object as key with irrelevant value |
XHashtable |
and(XHashtable xHashtable)
combines this with xHashtable to find common elements, else null. |
java.lang.Object |
clone()
shallow clone a new XHashtable which contains references to objects |
static void |
main(java.lang.String[] args)
|
XHashtable |
not(XHashtable xHashtable)
combines this with xHashtable to find elements NOT in xHashtable, else null. |
XHashtable |
or(XHashtable xHashtable)
combines this with xHashtable to find all elements. |
XHashtable |
xor(XHashtable xHashtable)
combines this with xHashtable to find elements NOT in common, else null. |
| Methods inherited from class java.util.Hashtable |
clear,
contains,
containsKey,
containsValue,
elements,
entrySet,
equals,
get,
hashCode,
isEmpty,
keys,
keySet,
put,
putAll,
rehash,
remove,
size,
toString,
values |
| Methods inherited from class java.lang.Object |
finalize,
getClass,
notify,
notifyAll,
wait,
wait,
wait |
| Constructor Detail |
public XHashtableImpl()
| Method Detail |
public XHashtable and(XHashtable xHashtable)
public XHashtable xor(XHashtable xHashtable)
public XHashtable not(XHashtable xHashtable)
public XHashtable or(XHashtable xHashtable)
public void add(java.lang.Object obj)
public java.lang.Object clone()
public static void main(java.lang.String[] args)
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||