public class ComposedEntrypoints extends java.lang.Object implements java.lang.Iterable<Entrypoint>
Entrypoints.| Constructor and Description |
|---|
ComposedEntrypoints(java.lang.Iterable<Entrypoint> A,
java.lang.Iterable<Entrypoint> B) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Iterator<Entrypoint> |
iterator() |
public ComposedEntrypoints(java.lang.Iterable<Entrypoint> A, java.lang.Iterable<Entrypoint> B)
public java.util.Iterator<Entrypoint> iterator()
iterator in interface java.lang.Iterable<Entrypoint>