Package com.macrofocus.common.collection
Class Collections
java.lang.Object
com.macrofocus.common.collection.Collections
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <T> boolean
addAll
(Collection<? super T> c, T... elements) static <T> boolean
removeIf
(Collection<T> c, Predicate<T> filter)
-
Constructor Details
-
Collections
public Collections()
-
-
Method Details
-
addAll
-
removeIf
-