Package dap4.core.util
Class SliceConstraint.SliceCEIterator
- java.lang.Object
-
- dap4.core.util.SliceConstraint.SliceCEIterator
-
-
Field Summary
Fields Modifier and Type Field Description protected int[]
pos
protected int
rank
protected SliceConstraint
sce
-
Constructor Summary
Constructors Constructor Description SliceCEIterator(SliceConstraint sce)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
hasNext()
List<Slice>
next()
void
remove()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Iterator
forEachRemaining
-
-
-
-
Field Detail
-
sce
protected SliceConstraint sce
-
rank
protected int rank
-
pos
protected int[] pos
-
-
Constructor Detail
-
SliceCEIterator
public SliceCEIterator(SliceConstraint sce)
-
-