| java.lang.Object com.metaboss.util.CollectionUtils
CollectionUtils | public class CollectionUtils (Code) | | Set of useful utilites to do with collections
|
Inner Class :public static interface Filter | |
containsAny | public static boolean containsAny(Collection pContainer, Collection pObjectsToTest)(Code) | | Checks if container contains any of the specified objects
Parameters: pContainer - the collection of objects to be used as a container Parameters: pObjectsToTest - the collection of objects to test the container for true if container contains at least one of the objects to test |
filter | public static List filter(List pSourceList, Filter pFilter)(Code) | | |
toDebugString | public static String toDebugString(Collection pCollection)(Code) | | Converts elements of the collection into string which can be used in debug
|
|
|