Package net.bytebuddy.agent.builder
Class AgentBuilder.RedefinitionStrategy.Listener.Compound.CompoundIterable
- java.lang.Object
-
- net.bytebuddy.agent.builder.AgentBuilder.RedefinitionStrategy.Listener.Compound.CompoundIterable
-
- All Implemented Interfaces:
java.lang.Iterable<java.util.List<java.lang.Class<?>>>
- Enclosing class:
- AgentBuilder.RedefinitionStrategy.Listener.Compound
@Enhance protected static class AgentBuilder.RedefinitionStrategy.Listener.Compound.CompoundIterable extends java.lang.Object implements java.lang.Iterable<java.util.List<java.lang.Class<?>>>
A compound iterable.
-
-
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.
-
Field Summary
Fields Modifier and Type Field Description private java.util.List<java.lang.Iterable<? extends java.util.List<java.lang.Class<?>>>>
iterables
The iterables to consider.
-
Constructor Summary
Constructors Modifier Constructor Description protected
CompoundIterable(java.util.List<java.lang.Iterable<? extends java.util.List<java.lang.Class<?>>>> iterables)
Creates a compound iterable.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Iterator<java.util.List<java.lang.Class<?>>>
iterator()
-