Package org.jlayer.util
Class LayerCore.D3.DXIterator
java.lang.Object
org.jlayer.util.IndexCore.D3
LayerCore.D3<U,T>.DIterator
org.jlayer.util.LayerCore.D3.DXIterator
- All Implemented Interfaces:
Iterator<T>
,XIterator.D3<T>
- Enclosing class:
- LayerCore.D3<U,
T>
private class LayerCore.D3.DXIterator
extends LayerCore.D3<U,T>.DIterator
implements XIterator.D3<T>
-
Field Summary
Fields inherited from class org.jlayer.util.LayerCore.D3.DIterator
x1upb
Fields inherited from class org.jlayer.util.IndexCore.D3
x1, x2, x3
-
Constructor Summary
-
Method Summary
Methods inherited from class org.jlayer.util.LayerCore.D3.DIterator
getLength, getLength, getLength, hasNext, next, remove, validIndex
Methods inherited from class org.jlayer.util.IndexCore.D3
setNextX123, setNextX23, setNextX3
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, hasNext, next, remove
-
Constructor Details
-
DXIterator
public DXIterator() -
DXIterator
public DXIterator(int x1low, int x1upb)
-
-
Method Details
-
getX1
public int getX1()- Specified by:
getX1
in interfaceXIterator.D3<T>
-
getX2
public int getX2()- Specified by:
getX2
in interfaceXIterator.D3<T>
-
getX3
public int getX3()- Specified by:
getX3
in interfaceXIterator.D3<T>
-