com.springsource.util.math
Interface ConcurrentSet<Elem>

Type Parameters:
Elem - type of elements
All Superinterfaces:
java.util.Collection<Elem>, java.lang.Iterable<Elem>, java.util.Set<Elem>
All Known Implementing Classes:
ConcurrentHashSet

public interface ConcurrentSet<Elem>
extends java.util.Set<Elem>

Implementations of this interface are thread safe.

Since:
1.0
Author:
Glyn Normington

Method Summary
 
Methods inherited from interface java.util.Set
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray