mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 03:38:01 +00:00
Guava migration - Inline Iterables.removeAll (Collection overload)
This commit is contained in:
@@ -83,10 +83,6 @@ public class Iterables {
|
||||
return iterable.removeIf(test);
|
||||
}
|
||||
|
||||
public static boolean removeAll(Collection<?> removeFrom, Collection<?> toRemove) {
|
||||
return removeFrom.removeAll(toRemove);
|
||||
}
|
||||
|
||||
public static int size(Collection<?> collection) {
|
||||
return collection.size();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user