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[]posprotected intrankprotected SliceConstraintsce
-
Constructor Summary
Constructors Constructor Description SliceCEIterator(SliceConstraint sce)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasNext()List<Slice>next()voidremove()-
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)
-
-