Class AgentBuilder.RedefinitionStrategy.DiscoveryStrategy.Reiterating.WithSortOrderAssumption.OrderedReiteratingIterator
java.lang.Object
net.bytebuddy.agent.builder.AgentBuilder.RedefinitionStrategy.DiscoveryStrategy.Reiterating.WithSortOrderAssumption.OrderedReiteratingIterator
- Enclosing class:
AgentBuilder.RedefinitionStrategy.DiscoveryStrategy.Reiterating.WithSortOrderAssumption
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate intThe length of the last known array of known classes.private final InstrumentationThe instrumentation instance to use.The current list of types ornullif the current list of types is not prepared. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedOrderedReiteratingIterator(Instrumentation instrumentation) Creates a new reiterating 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
-
instrumentation
The instrumentation instance to use. -
index
private int indexThe length of the last known array of known classes. -
types
The current list of types ornullif the current list of types is not prepared.
-
-
Constructor Details
-
OrderedReiteratingIterator
Creates a new reiterating iterator.- Parameters:
instrumentation- The instrumentation instance to use.
-
-
Method Details
-
hasNext
-
next
-
remove
-