|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.confluence.util.ListUtils
public class ListUtils
| Nested Class Summary | |
|---|---|
static interface |
ListUtils.Criterion
|
| Constructor Summary | |
|---|---|
ListUtils()
|
|
| Method Summary | |
|---|---|
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)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ListUtils()
| Method Detail |
|---|
public static List getFirstMatchingObjectsFrom(Iterator it,
List criteria,
int maxSize)
public static List getFirstMatchingObjectsFrom(Iterator it,
ListUtils.Criterion criterion,
int maxSize)
public static Set<String> createSetOfNonEmptyElementsFromStringArray(String[] array)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||