Package harpoon.Util.DataStructs

Interface Summary
Relation Relation is a mathematical relation, accepting one to many and many to one mappings.
RelationEntryVisitor RelationEntryVisitor is a wrapper for a function that is called on a relation entry of the form <key,value>.
 

Class Summary
AbstrRelation AbstrRelation
AbstrRelationMapBased AbstrRelationMapBased
LightMap LightMap is a very lightweight implementation of the java.util.Map interface.
LightRelation LightRelation
RelationImpl RelationImpl is a heavy-weight implementation of the Relation interface: it is basically a Hashtable from keys to HashSet's of values.