railo.commons.util.mod
Class SyncSet<E>

java.lang.Object
  extended by railo.commons.util.mod.SyncCollection<E>
      extended by railo.commons.util.mod.SyncSet<E>
All Implemented Interfaces:
Serializable, Iterable<E>, Collection<E>, Set<E>

public class SyncSet<E>
extends SyncCollection<E>
implements Set<E>

See Also:
Serialized Form

Constructor Summary
SyncSet(Set<E> s)
           
SyncSet(Set<E> s, Object mutex)
           
 
Method Summary
 boolean equals(Object o)
           
 int hashCode()
           
 
Methods inherited from class railo.commons.util.mod.SyncCollection
add, addAll, clear, contains, containsAll, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Set
add, addAll, clear, contains, containsAll, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
 

Constructor Detail

SyncSet

public SyncSet(Set<E> s)

SyncSet

public SyncSet(Set<E> s,
               Object mutex)
Method Detail

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


Copyright © 2012 Railo