com.atlassian.bamboo.util
Class BambooIterablesUtils

java.lang.Object
  extended by com.atlassian.bamboo.util.BambooIterablesUtils

public class BambooIterablesUtils
extends java.lang.Object

This class upholds the general *Utils contract over Iterables as introduced by Apache Commons.


Constructor Summary
BambooIterablesUtils()
           
 
Method Summary
static
<T> boolean
isEmpty(java.lang.Iterable<T> iterable)
           
static
<T> boolean
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

BambooIterablesUtils

public BambooIterablesUtils()
Method Detail

isEmpty

public static <T> boolean isEmpty(@Nullable
                                  java.lang.Iterable<T> iterable)

isNotEmpty

public static <T> boolean isNotEmpty(@Nullable
                                     java.lang.Iterable<T> iterable)


Copyright © 2012 Atlassian. All Rights Reserved.