goldman.collection.set
Interface Set<E>

All Superinterfaces:
Collection<E>, Iterable<E>
All Known Implementing Classes:
DirectAddressing, OpenAddressing, SeparateChaining

public interface Set<E>
extends Collection<E>

A set is an untagged algorithmically positioned collection of elements in which no two elements are equivalent. The primary methods are to add an element, to determine if an element is in the set, and to remove an element.


Method Summary
 
Methods inherited from interface goldman.collection.Collection
accept, add, addAll, checkRep, clear, contains, ensureCapacity, getCapacity, getComparator, getEquivalentElement, getLocator, getSize, isEmpty, iterator, remove, retainAll, toArray, toArray, toString, trimToSize