Searched refs:toSubtracts (Results 1 – 1 of 1) sorted by relevance
71 Collection<T> originals, T[] toSubtracts, Comparator<T> comparator) { in subtract() argument74 for (T toSubtract : toSubtracts) { in subtract()