1package com.runehive.util;
3import java.util.Collection;
4import java.util.Iterator;
51 public boolean remove(Object other) {
61 public boolean removeAll(Collection<?> collection) {
66 public boolean retainAll(Collection<?> collection) {
81 public boolean addAll(Collection<? extends E> collection) {
boolean addAll(Collection<? extends E > collection)
boolean containsAll(Collection<?> collection)
public< T > T[] toArray(T[] array)
boolean retainAll(Collection<?> collection)
boolean removeAll(Collection<?> collection)
boolean contains(Object other)