org.tm4j.utils .SetChain

Description

A CollectionChain derivative which is flagged as a set. NOTE: Currently this implementation DOES NOT enforce set semantics on its contents. It is merely a convenience wrapper to allow a CollectionChain to be used where a Set is expected. The calling application should ensure that the Set objects added to this object are disjoint sets.

Inheritance Hierarchy

Interfaces

Method Summary
void addCollection(java.util.Collection c)
void addSet(java.util.Set s)