|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
extensions to java.util.Hashtable such as boolean operations
| 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 - return new XHashtable which contains references to objects |
boolean |
containsKey(java.lang.Object obj)
from Hashtable |
java.util.Enumeration |
keys()
from Hashtable |
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. |
int |
size()
from Hashtable |
XHashtable |
xor(XHashtable xHashtable)
combines this with xHashtable to find elements NOT in common, else null. |
| 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 boolean containsKey(java.lang.Object obj)
public java.util.Enumeration keys()
public int size()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||