| Package | Description |
|---|---|
| org.openjdk.jmc.flightrecorder.rules.util |
| Modifier and Type | Method and Description |
|---|---|
static void |
SlidingWindowToolkit.slidingWindowOrdered(SlidingWindowToolkit.IOrderedWindowVisitor callback,
java.util.Iterator<IItem> items,
IMemberAccessor<IQuantity,IItem> posAccessor,
IQuantity windowSize,
IQuantity slideSize)
Runs a sliding window through all items, looping through items once, removing from the start
and adding and the end of a windowItem set to match the current time window.
|