Package net.bytebuddy.agent.builder
Class AgentBuilder.RedefinitionStrategy.Listener.Compound.CompoundIterable
java.lang.Object
net.bytebuddy.agent.builder.AgentBuilder.RedefinitionStrategy.Listener.Compound.CompoundIterable
- Enclosing class:
AgentBuilder.RedefinitionStrategy.Listener.Compound
@Enhance
protected static class AgentBuilder.RedefinitionStrategy.Listener.Compound.CompoundIterable
extends Object
implements Iterable<List<Class<?>>>
A compound iterable.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprotected static class
A compound iterator that combines several iterables. -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
CompoundIterable
(List<Iterable<? extends List<Class<?>>>> iterables) Creates a compound iterable. -
Method Summary
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