Uses of Class
ix.util.StableHashMap

Packages that use StableHashMap
ix.icore I-X core classes. 
ix.iface.ui I-X user interfaces. 
ix.iview.util   
 

Uses of StableHashMap in ix.icore
 

Subclasses of StableHashMap in ix.icore
 class Annotations
          A Map for annotations.
 

Uses of StableHashMap in ix.iface.ui
 

Fields in ix.iface.ui declared as StableHashMap
protected  StableHashMap AbstractSetEditor.members
          List of objects in the editor.
protected  StableHashMap AbstractSetEditor.originals
          original to copy map; note that new Objects do *not* appear
 

Uses of StableHashMap in ix.iview.util
 

Methods in ix.iview.util with parameters of type StableHashMap
static boolean IVUtil.sameStableMap(StableHashMap m1, StableHashMap m2)