Uses of Interface
ix.util.MultiMap

Packages that use MultiMap
ix.icore.plan.build Utilities for constructing plans. 
ix.ispace Information about other agents and agent-relationships. 
ix.util General-purpose utilities. 
ix.util.context Context-layering mechanism. 
 

Uses of MultiMap in ix.icore.plan.build
 

Fields in ix.icore.plan.build declared as MultiMap
protected  MultiMap ExamplePlanBuilder.itemToSubitems
          Maps a object to a list of its subobjects.
 

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.
 

Uses of MultiMap in ix.util.context
 

Subinterfaces of MultiMap in ix.util.context
 interface ContextMultiMap
           
 

Classes in ix.util.context that implement MultiMap
 class ContextMultiHashMap
          Maps a key to a context-dependent list.