Odometer.STATE| Modifier and Type | Field and Description |
|---|---|
protected int |
current |
protected static boolean |
DEBUG |
protected List<Odometer> |
odomset |
protected long[] |
sizes |
protected List<List<Slice>> |
slicesets |
| Constructor and Description |
|---|
MultiOdometer() |
MultiOdometer(List<Slice> set) |
MultiOdometer(List<Slice> set,
List<DapDimension> dimset) |
| Modifier and Type | Method and Description |
|---|---|
List<Odometer> |
getSubOdometers() |
boolean |
hasNext() |
Index |
next() |
void |
remove() |
String |
toString() |
long |
totalSize()
Compute the total number of elements.
|
factory, factory, factoryScalar, getSlices, index, indices, isMulti, rank, reset, slice, stepclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforEachRemainingprotected static boolean DEBUG
protected int current
protected long[] sizes
public MultiOdometer()
public MultiOdometer(List<Slice> set) throws DapException
DapExceptionpublic MultiOdometer(List<Slice> set, List<DapDimension> dimset) throws DapException
DapExceptionpublic boolean hasNext()
public Index next()
public void remove()
public long totalSize()
public List<Odometer> getSubOdometers()
getSubOdometers in class Odometer