ucar.nc2.iosp
Class IndexLong

java.lang.Object
  extended by ucar.nc2.iosp.IndexLong

public class IndexLong
extends Object

Uses longs for indexing, otherwise similar to ucar.ma2.Index

Since:
Jul 30, 2010
Author:
caron

Constructor Summary
IndexLong()
           
IndexLong(int[] _shape, long[] _stride)
           
 
Method Summary
static long computeSize(int[] shape)
           
 long currentElement()
           
 long incr()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IndexLong

public IndexLong()

IndexLong

public IndexLong(int[] _shape,
                 long[] _stride)
Method Detail

computeSize

public static long computeSize(int[] shape)

incr

public long incr()

currentElement

public long currentElement()


Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.