Odometer.STATE
Modifier and Type | Field and Description |
---|---|
protected Slice[] |
cache |
protected int |
current |
protected static boolean |
DEBUG |
protected long[][] |
setindices |
protected long[] |
sizes |
contiguousdelta, dimset, endpoint, indices, rank, slices, state, usecontiguous
Constructor and Description |
---|
MultiOdometer() |
MultiOdometer(List<Slice> set,
List<DapDimension> dimset,
boolean usecontiguous) |
Modifier and Type | Method and Description |
---|---|
List<Slice> |
getContiguous() |
boolean |
hasNext() |
boolean |
isContiguous() |
protected void |
moveToNextSet() |
Long |
next() |
void |
remove() |
String |
toString() |
long |
totalSize()
Compute the total number of elements.
|
factory, getIndices, index, reset
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
forEachRemaining
protected static boolean DEBUG
protected Slice[] cache
protected int current
protected long[][] setindices
protected long[] sizes
public MultiOdometer()
public MultiOdometer(List<Slice> set, List<DapDimension> dimset, boolean usecontiguous) throws DapException
DapException
public boolean hasNext()
public Long next()
protected void moveToNextSet()
public void remove()
public long totalSize()
public boolean isContiguous()
isContiguous
in class Odometer
public List<Slice> getContiguous()
getContiguous
in class Odometer
Copyright © 1999–2016 UCAR/Unidata. All rights reserved.