Class AgentBuilder.RedefinitionStrategy.Listener.Compound.CompoundIterable
java.lang.Object
net.bytebuddy.agent.builder.AgentBuilder.RedefinitionStrategy.Listener.Compound.CompoundIterable
- Enclosing class:
AgentBuilder.RedefinitionStrategy.Listener.Compound
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprotected static classA compound iterator that combines several iterables. -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCompoundIterable(List<Iterable<? extends List<Class<?>>>> iterables) Creates a compound iterable. -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterable
forEach, spliterator
-
Field Details
-
iterables
-
-
Constructor Details
-
CompoundIterable
-
-
Method Details
-
iterator
-