Package com.ibm.wala.ipa.callgraph.impl
Class ComposedEntrypoints
- java.lang.Object
-
- com.ibm.wala.ipa.callgraph.impl.ComposedEntrypoints
-
- All Implemented Interfaces:
Iterable<Entrypoint>
public class ComposedEntrypoints extends Object implements Iterable<Entrypoint>
This class represents the union of two sets ofEntrypoint
s.
-
-
Constructor Summary
Constructors Constructor Description ComposedEntrypoints(Iterable<Entrypoint> A, Iterable<Entrypoint> B)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Iterator<Entrypoint>
iterator()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-
-
-
Constructor Detail
-
ComposedEntrypoints
public ComposedEntrypoints(Iterable<Entrypoint> A, Iterable<Entrypoint> B)
-
-
Method Detail
-
iterator
public Iterator<Entrypoint> iterator()
- Specified by:
iterator
in interfaceIterable<Entrypoint>
-
-