void removeWhere (bool test(E element)). Removes all objects from this list that satisfy test . An object o satisfies test if test(o) is true.
確定! 回上一頁