public class ImmutableHashSet extends HashSet
| Constructor and Description |
|---|
ImmutableHashSet() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(Object o) |
boolean |
addAll(Collection c) |
void |
clear() |
Object |
clone() |
boolean |
remove(Object o) |
boolean |
removeAll(Collection c) |
boolean |
retainAll(Collection c) |
equals, hashCodecontainsAll, toArray, toArray, toStringpublic boolean add(Object o)
public void clear()
public boolean remove(Object o)
public boolean removeAll(Collection c)
removeAll in interface CollectionremoveAll in interface SetremoveAll in class AbstractSetpublic boolean addAll(Collection c)
addAll in interface CollectionaddAll in interface SetaddAll in class AbstractCollectionpublic boolean retainAll(Collection c)
retainAll in interface CollectionretainAll in interface SetretainAll in class AbstractCollectionCopyright © 2013 DuraSpace. All Rights Reserved.