| com.sun.tools.xjc.reader.gbind.ElementSet
All known Subclasses: com.sun.tools.xjc.reader.gbind.Element,
Method Summary | |
void | addNext(Element element) For each element in this set, adds an edge to the given element. | boolean | contains(ElementSet rhs) Doesn't have to be strict (it's OK for this method to return false
when it's actually true) since this is used just for optimization. |
addNext | void addNext(Element element)(Code) | | For each element in this set, adds an edge to the given element.
|
contains | boolean contains(ElementSet rhs)(Code) | | Doesn't have to be strict (it's OK for this method to return false
when it's actually true) since this is used just for optimization.
(Erring on the other side is NG)
|
|
|