public class ListUtils extends Object
| Modifier and Type | Class and Description | 
|---|---|
| static interface  | ListUtils.Criterion | 
| Constructor and Description | 
|---|
| ListUtils() | 
| Modifier and Type | Method and Description | 
|---|---|
| static Set<String> | createSetOfNonEmptyElementsFromStringArray(String[] array) | 
| static List | getFirstMatchingObjectsFrom(Iterator it,
                           List criteria,
                           int maxSize) | 
| static List | getFirstMatchingObjectsFrom(Iterator it,
                           ListUtils.Criterion criterion,
                           int maxSize) | 
Copyright © 2003–2021 Atlassian. All rights reserved.