Package org.eclipse.jst.jsf.common.sets

Axiomatic Sets framework.

See:
          Description

Interface Summary
AxiomaticSet A java.util.Set with the basic mathematic set axioms of extensionality (equality), union, intersection, relative complement (set subtraction) and empty (already supported by Set).
 

Class Summary
AxiomaticSetUtil Generic (unoptimized) utilities for doing set operations.
ConcreteAxiomaticSet Implements a simple axiomatic set based on a hashset Provisional API - subject to change
NodeSet A set backed by a W3C NodeList so as to avoid copying.
 

Package org.eclipse.jst.jsf.common.sets Description

Axiomatic Sets framework.

Provisional API - subject to change