Package net.bytebuddy.agent.builder
Class AgentBuilder.RedefinitionStrategy.BatchAllocator.Slicing.SlicingIterable
- java.lang.Object
-
- net.bytebuddy.agent.builder.AgentBuilder.RedefinitionStrategy.BatchAllocator.Slicing.SlicingIterable
-
- Enclosing class:
- AgentBuilder.RedefinitionStrategy.BatchAllocator.Slicing
protected static class AgentBuilder.RedefinitionStrategy.BatchAllocator.Slicing.SlicingIterable extends Object implements Iterable<List<Class<?>>>
An iterable that slices batches into parts of a minimum and maximum size.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected static class
AgentBuilder.RedefinitionStrategy.BatchAllocator.Slicing.SlicingIterable.SlicingIterator
An iterator that slices batches into parts of a minimum and maximum size.
-
Constructor Summary
Constructors Modifier Constructor Description protected
SlicingIterable(int minimum, int maximum, Iterable<? extends List<Class<?>>> iterable)
Creates a new slicing iterable.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Iterator<List<Class<?>>>
iterator()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-