net.sf.beanlib.utils
Class CollectionUtils.SynchronizedSet<E>
java.lang.Object
net.sf.beanlib.utils.CollectionUtils.SynchronizedCollection<E>
net.sf.beanlib.utils.CollectionUtils.SynchronizedSet<E>
- All Implemented Interfaces:
- Serializable, Iterable<E>, Collection<E>, Set<E>
- Enclosing class:
- CollectionUtils
static class CollectionUtils.SynchronizedSet<E>
- extends CollectionUtils.SynchronizedCollection<E>
- implements Set<E>
Basically cloned from and identification to java.util.Collections.SynchronizedSet.
- Author:
- Joe D. Velopar
Methods inherited from class net.sf.beanlib.utils.CollectionUtils.SynchronizedCollection |
add, addAll, clear, contains, containsAll, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray, toString |
Methods inherited from interface java.util.Set |
add, addAll, clear, contains, containsAll, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
CollectionUtils.SynchronizedSet
CollectionUtils.SynchronizedSet(Set<E> s)
CollectionUtils.SynchronizedSet
CollectionUtils.SynchronizedSet(Set<E> s,
Object mutex)
equals
public boolean equals(Object o)
- Specified by:
equals
in interface Collection<E>
- Specified by:
equals
in interface Set<E>
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Specified by:
hashCode
in interface Collection<E>
- Specified by:
hashCode
in interface Set<E>
- Overrides:
hashCode
in class Object