Package dap4.core.util
Class SliceIterator
- java.lang.Object
-
- dap4.core.util.SliceIterator
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected static classSliceIterator.STATE
-
Field Summary
Fields Modifier and Type Field Description protected longindexprotected Slicesliceprotected SliceIterator.STATEstate
-
Constructor Summary
Constructors Constructor Description SliceIterator()SliceIterator(Slice slice)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetIndex()booleanhasNext()Longnext()voidremove()voidreset()StringtoString()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Iterator
forEachRemaining
-
-
-
-
Field Detail
-
state
protected SliceIterator.STATE state
-
slice
protected Slice slice
-
index
protected long index
-
-
Constructor Detail
-
SliceIterator
public SliceIterator()
-
SliceIterator
public SliceIterator(Slice slice)
-
-
Method Detail
-
reset
public void reset()
-
getIndex
public Long getIndex()
-
-