Uses of Class
cz.cuni.jagrlib.IntMap

Packages that use IntMap
cz.cuni.jagrlib Core JaGrLib package. 
cz.cuni.jagrlib.piece Public modules (building blocks of JaGrLib compositions). 
 

Uses of IntMap in cz.cuni.jagrlib
 

Subclasses of IntMap in cz.cuni.jagrlib
 class LRUCache<T>
          LRU-caching integer map.
 

Fields in cz.cuni.jagrlib declared as IntMap
protected  IntMap<DefaultGraphicsViewer.HudPrimitive> DefaultGraphicsViewer.hudSet
          Set of HUD primitives.
protected static IntMap<cz.cuni.jagrlib.LogImage> LogFile.images
          Collection of log-images.
 

Uses of IntMap in cz.cuni.jagrlib.piece
 

Fields in cz.cuni.jagrlib.piece declared as IntMap
protected  IntMap<VEFDS.Attribute> VEFDS.attributes
          Global attribute map: handle -> Attribute. attributes-allocated.
protected  IntMap<HuffmanCodec.HuffTree> HuffmanCodec.contexts
          Map of contexts.
protected  IntMap<IntervalArray.CFTree> IntervalArray.contexts
          All open contexts.