ucar.ma2
Class ArrayShort.D7

java.lang.Object
  extended by ucar.ma2.Array
      extended by ucar.ma2.ArrayShort
          extended by ucar.ma2.ArrayShort.D7
Enclosing class:
ArrayShort

public static class ArrayShort.D7
extends ArrayShort

Concrete implementation of Array specialized for shorts, rank 7.


Nested Class Summary
 
Nested classes/interfaces inherited from class ucar.ma2.ArrayShort
ArrayShort.D0, ArrayShort.D1, ArrayShort.D2, ArrayShort.D3, ArrayShort.D4, ArrayShort.D5, ArrayShort.D6, ArrayShort.D7
 
Field Summary
 
Fields inherited from class ucar.ma2.Array
scalarIndex
 
Constructor Summary
ArrayShort.D7(int len0, int len1, int len2, int len3, int len4, int len5, int len6)
          Constructor for array of shape {len0,len1,len2,len3,len4,len5,len6}.
 
Method Summary
 short get(int i, int j, int k, int l, int m, int n, int o)
          get the value.
 void set(int i, int j, int k, int l, int m, int n, int o, short value)
          set the value.
 
Methods inherited from class ucar.ma2.ArrayShort
get, getBoolean, getByte, getChar, getDouble, getElementType, getFloat, getInt, getLong, getObject, getShort, getStorage, set, setBoolean, setByte, setChar, setDouble, setFloat, setInt, setLong, setObject, setShort
 
Methods inherited from class ucar.ma2.Array
arraycopy, copy, copyTo1DJavaArray, copyToNDJavaArray, factory, factory, factory, factory, factoryConstant, flip, get1DJavaArray, getIndex, getIndexIterator, getIndexIteratorFast, getIndexName, getRangeIterator, getRank, getShape, getSize, permute, reduce, reduce, reshape, section, section, section, sectionNoReduce, sectionNoReduce, setIndexName, shapeToString, slice, toString, transpose
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ArrayShort.D7

public ArrayShort.D7(int len0,
                     int len1,
                     int len2,
                     int len3,
                     int len4,
                     int len5,
                     int len6)
Constructor for array of shape {len0,len1,len2,len3,len4,len5,len6}.

Method Detail

get

public short get(int i,
                 int j,
                 int k,
                 int l,
                 int m,
                 int n,
                 int o)
get the value.


set

public void set(int i,
                int j,
                int k,
                int l,
                int m,
                int n,
                int o,
                short value)
set the value.