Package net.bytebuddy.agent.builder
Class AgentBuilder.RedefinitionStrategy.Listener.Compound.CompoundIterable.CompoundIterator
- java.lang.Object
-
- net.bytebuddy.agent.builder.AgentBuilder.RedefinitionStrategy.Listener.Compound.CompoundIterable.CompoundIterator
-
- Enclosing class:
- AgentBuilder.RedefinitionStrategy.Listener.Compound.CompoundIterable
protected static class AgentBuilder.RedefinitionStrategy.Listener.Compound.CompoundIterable.CompoundIterator extends Object implements Iterator<List<Class<?>>>
A compound iterator that combines several iterables.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
CompoundIterator(List<Iterable<? extends List<Class<?>>>> iterables)
Creates a compound iterator.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
hasNext()
List<Class<?>>
next()
void
remove()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Iterator
forEachRemaining
-
-