public class ComposedEntrypoints extends Object implements Iterable<Entrypoint>
Entrypoint
s.Constructor and Description |
---|
ComposedEntrypoints(Iterable<Entrypoint> A,
Iterable<Entrypoint> B) |
Modifier and Type | Method and Description |
---|---|
Iterator<Entrypoint> |
iterator() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public ComposedEntrypoints(Iterable<Entrypoint> A, Iterable<Entrypoint> B)
public Iterator<Entrypoint> iterator()
iterator
in interface Iterable<Entrypoint>