org.fcrepo.server.security.servletfilters
Class ImmutableHashSet
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractSet<E>
java.util.HashSet
org.fcrepo.server.security.servletfilters.ImmutableHashSet
- All Implemented Interfaces:
- Serializable, Cloneable, Iterable, Collection, Set
public class ImmutableHashSet
- extends HashSet
- Author:
- Bill Niebel
- See Also:
- Serialized Form
ImmutableHashSet
public ImmutableHashSet()
add
public boolean add(Object o)
- Specified by:
add in interface Collection- Specified by:
add in interface Set- Overrides:
add in class HashSet
clear
public void clear()
- Specified by:
clear in interface Collection- Specified by:
clear in interface Set- Overrides:
clear in class HashSet
clone
public Object clone()
- Overrides:
clone in class HashSet
remove
public boolean remove(Object o)
- Specified by:
remove in interface Collection- Specified by:
remove in interface Set- Overrides:
remove in class HashSet
removeAll
public boolean removeAll(Collection c)
- Specified by:
removeAll in interface Collection- Specified by:
removeAll in interface Set- Overrides:
removeAll in class AbstractSet
addAll
public boolean addAll(Collection c)
- Specified by:
addAll in interface Collection- Specified by:
addAll in interface Set- Overrides:
addAll in class AbstractCollection
retainAll
public boolean retainAll(Collection c)
- Specified by:
retainAll in interface Collection- Specified by:
retainAll in interface Set- Overrides:
retainAll in class AbstractCollection
Copyright © 2011 DuraSpace. All Rights Reserved.