Class AgentBuilder.RedefinitionStrategy.Collector.PrependableIterator
java.lang.Object
net.bytebuddy.agent.builder.AgentBuilder.RedefinitionStrategy.Collector.PrependableIterator
- Enclosing class:
AgentBuilder.RedefinitionStrategy.Collector
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedPrependableIterator(Iterable<? extends List<Class<?>>> origin) Creates a new prependable iterator. -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterator
forEachRemaining
-
Field Details
-
current
-
backlog
-
-
Constructor Details
-
PrependableIterator
-
-
Method Details
-
prepend
-
hasNext
-
next
-
remove
-