Uses of Class
ucar.multiarray.ConcreteIndexMap.ZZMap

Packages that use ConcreteIndexMap.ZZMap
ucar.multiarray Provides an abstraction for multidimensional array access, some concrete implementations, and ways to view a MultiArray as if it had a different structure. 
 

Uses of ConcreteIndexMap.ZZMap in ucar.multiarray
 

Fields in ucar.multiarray declared as ConcreteIndexMap.ZZMap
protected  ConcreteIndexMap.ZZMap ConcreteIndexMap.iMap_
          Supports the forward tranform.
protected  ConcreteIndexMap.ZZMap ConcreteIndexMap.iMap_
          Supports the forward tranform.
protected  ConcreteIndexMap.ZZMap ConcreteIndexMap.lengthsMap_
          Supports the reverse tranform.
protected  ConcreteIndexMap.ZZMap ConcreteIndexMap.lengthsMap_
          Supports the reverse tranform.
 

Methods in ucar.multiarray with parameters of type ConcreteIndexMap.ZZMap
protected  void ConcreteIndexMap.init(ConcreteIndexMap.ZZMap iMap)
          Called by subclass constructors to initialize.
protected  void ConcreteIndexMap.init(ConcreteIndexMap.ZZMap iMap)
          Called by subclass constructors to initialize.
protected  void ConcreteIndexMap.init(ConcreteIndexMap.ZZMap iMap, ConcreteIndexMap.ZZMap lengthsMap)
          Called by subclass constructors to initialize.
protected  void ConcreteIndexMap.init(ConcreteIndexMap.ZZMap iMap, ConcreteIndexMap.ZZMap lengthsMap)
          Called by subclass constructors to initialize.
protected  void ConcreteIndexMap.link(ConcreteIndexMap prev, ConcreteIndexMap.ZZMap iMap)
          Called by subclass constructors to initialize.
protected  void ConcreteIndexMap.link(ConcreteIndexMap prev, ConcreteIndexMap.ZZMap iMap)
          Called by subclass constructors to initialize.
protected  void ConcreteIndexMap.link(ConcreteIndexMap prev, ConcreteIndexMap.ZZMap iMap, ConcreteIndexMap.ZZMap lengthsMap)
          Called by subclass constructors to initialize.
protected  void ConcreteIndexMap.link(ConcreteIndexMap prev, ConcreteIndexMap.ZZMap iMap, ConcreteIndexMap.ZZMap lengthsMap)
          Called by subclass constructors to initialize.
 

Constructors in ucar.multiarray with parameters of type ConcreteIndexMap.ZZMap
ConcreteIndexMap.ZZMap(ConcreteIndexMap.ZZMap prev)
          Construct a ZZMap form the functional composition of the new Map with another.
ConcreteIndexMap.ZZMap(ConcreteIndexMap.ZZMap prev)
          Construct a ZZMap form the functional composition of the new Map with another.