|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.confluence.util.ListUtils
public class ListUtils
Nested Class Summary | |
---|---|
static interface |
ListUtils.Criterion
|
Constructor Summary | |
---|---|
ListUtils()
|
Method Summary | |
---|---|
static java.util.Set<java.lang.String> |
createSetOfNonEmptyElementsFromStringArray(java.lang.String[] array)
|
static java.util.List |
getFirstMatchingObjectsFrom(java.util.Iterator it,
java.util.List criteria,
int maxSize)
|
static java.util.List |
getFirstMatchingObjectsFrom(java.util.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 java.util.List getFirstMatchingObjectsFrom(java.util.Iterator it, java.util.List criteria, int maxSize)
public static java.util.List getFirstMatchingObjectsFrom(java.util.Iterator it, ListUtils.Criterion criterion, int maxSize)
public static java.util.Set<java.lang.String> createSetOfNonEmptyElementsFromStringArray(java.lang.String[] array)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |