ahc.collection
Interface Set

All Superinterfaces:
Collection, java.util.Collection, java.util.Set
All Known Subinterfaces:
MultiSet
All Known Implementing Classes:
GenericCollection, GenericMap.UnmodifyableSet, GenericMultiSet

public interface Set
extends Collection, java.util.Set

This is the common interface for collections with Set semantics, i.e. they ensure that every element is contained no more than once in a set.

Author:
Arno Haase

Methods inherited from interface ahc.collection.Collection
before, begin
 
Methods inherited from interface java.util.Collection
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
 
Methods inherited from interface java.util.Set
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray