Uses of Class
ucar.multiarray.IntArrayAdapter

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

Methods in ucar.multiarray that return IntArrayAdapter
 IntArrayAdapter IntArrayAdapter.tail(int rank, Object prev)
          Instances of this class are always the tail of an IntMap chain.
 IntArrayAdapter IntMap.tail(int rank, Object prev)
          Return the tail of a chain of IntMap.
 IntArrayAdapter IntArrayAdapter.tail(int rank, Object prev)
          Instances of this class are always the tail of an IntMap chain.
 IntArrayAdapter IntMap.tail(int rank, Object prev)
          Return the tail of a chain of IntMap.