Package org.jlayer.util
Class LayerCore.D1.DIterator
java.lang.Object
org.jlayer.util.IndexCore.D1
org.jlayer.util.LayerCore.D1.DIterator
- All Implemented Interfaces:
Iterator<T>
- Direct Known Subclasses:
LayerCore.D1.DXIterator
- Enclosing class:
- LayerCore.D1<U,
T>
-
Field Summary
Fields inherited from class org.jlayer.util.IndexCore.D1
x1
-
Constructor Summary
-
Method Summary
Methods inherited from class org.jlayer.util.IndexCore.D1
setNextX1
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 Details
-
x1ubp
int x1ubp
-
-
Constructor Details
-
DIterator
DIterator()
-
-
Method Details
-
getLength
protected int getLength()- Specified by:
getLength
in classIndexCore.D1
-
validIndex
protected boolean validIndex(int x1) - Specified by:
validIndex
in classIndexCore.D1
-
hasNext
public boolean hasNext() -
next
-
remove
public void remove()
-