Package org.jlayer.util
Class IndexCore.D2
java.lang.Object
org.jlayer.util.IndexCore.D2
- Direct Known Subclasses:
LayerCore.D2.DIterator
,LayerIndex.D2
- Enclosing class:
- IndexCore
The core of an index generator for indices of dimension 2.
- Author:
- Gerd Kock
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected abstract int
protected abstract int
getLength
(int x1) protected boolean
setNextX12
(int initial_x1) protected boolean
setNextX2
(int initial_x2) protected abstract boolean
validIndex
(int x1, int x2)
-
Field Details
-
x1
protected int x1 -
x2
protected int x2
-
-
Constructor Details
-
D2
D2()
-
-
Method Details
-
getLength
protected abstract int getLength() -
getLength
protected abstract int getLength(int x1) -
validIndex
protected abstract boolean validIndex(int x1, int x2) -
setNextX2
protected boolean setNextX2(int initial_x2) -
setNextX12
protected boolean setNextX12(int initial_x1)
-