Package net.bytebuddy.agent.builder
Class AgentBuilder.RedefinitionStrategy.Collector.PrependableIterator
- java.lang.Object
-
- net.bytebuddy.agent.builder.AgentBuilder.RedefinitionStrategy.Collector.PrependableIterator
-
- Enclosing class:
- AgentBuilder.RedefinitionStrategy.Collector
protected static class AgentBuilder.RedefinitionStrategy.Collector.PrependableIterator extends Object implements Iterator<List<Class<?>>>
An iterator that allows prepending of iterables to be applied previous to another iterator.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
PrependableIterator(Iterable<? extends List<Class<?>>> origin)
Creates a new prependable iterator.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
hasNext()
List<Class<?>>
next()
void
prepend(Iterable<? extends List<Class<?>>> iterable)
Prepends an iterable to the backlog.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
-
-