Package | Description |
---|---|
org.thales.punch.libraries.utils.api |
Modifier and Type | Method and Description |
---|---|
static <T> RoundRobinIterator<T> |
RoundRobinIterator.createDisabled(List<T> collection)
Create a round robin iterator that is disabled to start with.
|
static <T> RoundRobinIterator<T> |
RoundRobinIterator.createEnabled(List<T> coll)
Create a round robin iterator that is enabled at startup.
|
Copyright © 2014–2023. All rights reserved.