| Package | Description |
|---|---|
| jenkins.scm.impl.form |
| Modifier and Type | Method and Description |
|---|---|
static <E> void |
NamedArrayList.select(List<? extends E> source,
String name,
NamedArrayList.Predicate<? super E> selector,
boolean removeSelectedFromSource,
List<NamedArrayList<? extends E>> destination)
Helper method that creates a new
NamedArrayList by selecting matching elements from a source list
and appends the new NamedArrayList to a list of NamedArrayList. |
static <E> void |
NamedArrayList.select(List<? extends E> source,
String name,
NamedArrayList.Predicate<? super E> selector,
boolean removeSelectedFromSource,
List<NamedArrayList<? extends E>> destination,
int index)
Helper method that creates a new
NamedArrayList by selecting matching elements from a source list
and appends the new NamedArrayList to a list of NamedArrayList. |
Copyright © 2016–2019. All rights reserved.