E
- A class of any typepublic class CSAFHashSet<E> extends java.util.HashSet<E> implements CSAFCollection
Constructor and Description |
---|
CSAFHashSet() |
Modifier and Type | Method and Description |
---|---|
boolean |
add(E e) |
boolean |
addAll(java.util.Collection<? extends E> c) |
void |
clear() |
boolean |
isModified()
Return whether this collection is modified.
|
boolean |
remove(java.lang.Object o) |
boolean |
removeAll(java.util.Collection<?> c) |
void |
resetModified()
Reset modified status.
|
boolean |
retainAll(java.util.Collection<?> c) |
public boolean isModified()
CSAFCollection
isModified
in interface CSAFCollection
false
otherwisepublic void resetModified()
CSAFCollection
resetModified
in interface CSAFCollection
public boolean add(E e)
public boolean remove(java.lang.Object o)
public void clear()
public boolean removeAll(java.util.Collection<?> c)
public boolean addAll(java.util.Collection<? extends E> c)