AbstractSet

Class AbstractSet<E>

Type Parameters:
E - the type of elements maintained by this set
All Implemented Interfaces:
Iterable<E>, Collection<E>, Set<E>
Direct Known Subclasses:
ConcurrentSkipListSet, CopyOnWriteArraySet,