org.jboss.shotoku.tools
Interface ConcurrentSet<K>

All Superinterfaces:
java.util.Collection<K>, java.lang.Iterable<K>, java.util.Set<K>
All Known Implementing Classes:
ConcurrentHashSet

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

Author:
Adam Warski

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