@HashCodeAndEqualsPlugin.Enhance protected static class AgentBuilder.RedefinitionStrategy.Listener.Compound.CompoundIterable extends java.lang.Object implements java.lang.Iterable<java.util.List<java.lang.Class<?>>>
| Modifier and Type | Class and Description |
|---|---|
protected static class |
AgentBuilder.RedefinitionStrategy.Listener.Compound.CompoundIterable.CompoundIterator
A compound iterator that combines several iterables.
|
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<java.lang.Iterable<? extends java.util.List<java.lang.Class<?>>>> |
iterables
The iterables to consider.
|
| Modifier | Constructor and Description |
|---|---|
protected |
CompoundIterable(java.util.List<java.lang.Iterable<? extends java.util.List<java.lang.Class<?>>>> iterables)
Creates a compound iterable.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Iterator<java.util.List<java.lang.Class<?>>> |
iterator() |
private final java.util.List<java.lang.Iterable<? extends java.util.List<java.lang.Class<?>>>> iterables