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 class
SliceIterator.STATE
-
Field Summary
Fields Modifier and Type Field Description protected long
index
protected Slice
slice
protected SliceIterator.STATE
state
-
Constructor Summary
Constructors Constructor Description SliceIterator()
SliceIterator(Slice slice)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Long
getIndex()
boolean
hasNext()
Long
next()
void
remove()
void
reset()
String
toString()
-
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()
-
-