|
synchronized void | delete () |
|
| ElementIdSet (java.util.Collection<?extends ElementId > collection) |
|
int | size () |
|
boolean | add (ElementId key) |
|
boolean | addAll (java.util.Collection<?extends ElementId > collection) |
|
java.util.Iterator< ElementId > | iterator () |
|
boolean | containsAll (java.util.Collection<?> collection) |
|
boolean | contains (java.lang.Object object) |
|
boolean | removeAll (java.util.Collection<?> collection) |
|
boolean | remove (java.lang.Object object) |
|
| ElementIdSet (ElementIdSet other) |
|
boolean | isEmpty () |
|
void | clear () |
|
boolean | addImpl (ElementId key) |
|