Class SetIterate
- java.lang.Object
-
- org.eclipse.collections.impl.utility.internal.SetIterate
-
public final class SetIterate extends Object
- Since:
- 1.0
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleanremoveAllIterable(Set<?> collection, Iterable<?> iterable)
-
-
-
Method Detail
-
removeAllIterable
public static boolean removeAllIterable(Set<?> collection, Iterable<?> iterable)
- Since:
- 1.0
- See Also:
Collection.removeAll(Collection)
-
-