public static interface PatchingHistory.Iterator extends Iterator<PatchingHistory.Entry>
Modifier and Type | Method and Description |
---|---|
boolean |
hasNextCP()
Whether there is still a cumulative patch.
|
PatchingHistory.Entry |
nextCP()
Skips all the one-off patches (if any) and moves straight to
the next cumulative patch.
|
forEachRemaining, hasNext, next, remove
boolean hasNextCP()
PatchingHistory.Entry nextCP()
Copyright © 2023 JBoss by Red Hat. All rights reserved.