E
- @StorableClass public abstract class PAbstractSet<E> extends PAbstractCollection<E> implements Set<E>
Constructor and Description |
---|
PAbstractSet() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object object) |
int |
hashCode() |
boolean |
removeAll(Collection<?> collection) |
addAll, clear, contains, containsAll, isEmpty, remove, retainAll, toArray, toArray, toString
public boolean equals(Object object)
public int hashCode()
public boolean removeAll(Collection<?> collection)
removeAll
in interface Collection<E>
removeAll
in interface Set<E>
removeAll
in class PAbstractCollection<E>
Copyright © 2007-2012 Luc Peuvrier. All Rights Reserved.