Package net.bytebuddy.agent.builder
Class AgentBuilder.RedefinitionStrategy.Listener.Compound.CompoundIterable
- java.lang.Object
-
- net.bytebuddy.agent.builder.AgentBuilder.RedefinitionStrategy.Listener.Compound.CompoundIterable
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected static class
AgentBuilder.RedefinitionStrategy.Listener.Compound.CompoundIterable.CompoundIterator
A compound iterator that combines several iterables.
-
Constructor Summary
Constructors Modifier Constructor Description protected
CompoundIterable(List<Iterable<? extends List<Class<?>>>> iterables)
Creates a compound iterable.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Iterator<List<Class<?>>>
iterator()
-
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
-
-