Package com.sun.tools.xjc.reader.gbind
Interface ElementSet
- All Known Implementing Classes:
Element,SinkNode,SourceNode
A set over a list of
Element.- Author:
- Kohsuke Kawaguchi
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoidFor each element in this set, adds an edge to the given element.booleancontains(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.Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
-
Field Details
-
EMPTY_SET
-
-
Method Details
-
addNext
For each element in this set, adds an edge to the given element. -
contains
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)
-