|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.bamboo.util.BambooIterablesUtils
public class BambooIterablesUtils
This class upholds the general *Utils contract over Iterables as introduced by Apache Commons.
Constructor Summary | |
---|---|
BambooIterablesUtils()
|
Method Summary | ||
---|---|---|
static
|
isEmpty(java.lang.Iterable<T> iterable)
|
|
static
|
isNotEmpty(java.lang.Iterable<T> iterable)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BambooIterablesUtils()
Method Detail |
---|
public static <T> boolean isEmpty(@Nullable java.lang.Iterable<T> iterable)
public static <T> boolean isNotEmpty(@Nullable java.lang.Iterable<T> iterable)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |