Uses of Interface
ix.util.MultiMap

Packages that use MultiMap
ix.ip2 I-X Process Panels 
ix.ispace Information about other agents and agent-relationships. 
ix.util General-purpose utilities. 
 

Uses of MultiMap in ix.ip2
 

Fields in ix.ip2 declared as MultiMap
protected  MultiMap Ip2ModelManager.nodeToConditions
           
protected  MultiMap Ip2ModelManager.nodeToEffects
           
 

Uses of MultiMap in ix.ispace
 

Fields in ix.ispace declared as MultiMap
protected  MultiMap ContactManager.relMap
           
 

Uses of MultiMap in ix.util
 

Classes in ix.util that implement MultiMap
 class MultiHashMap
          A MultiHashMap is (by weak analogy with "multiset") a HashMap that maps each key to a collection of values.