Uses of Interface
ucar.multiarray.IntMap

Packages that use IntMap
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 IntMap in ucar.multiarray
 

Classes in ucar.multiarray that implement IntMap
 class IntArrayAdapter
          Apply the "Adapter" pattern to convert the interface of Class (int []) to interface IntMap.