Class IndexCore.D1

java.lang.Object
org.jlayer.util.IndexCore.D1
Direct Known Subclasses:
LayerCore.D1.DIterator, LayerIndex.D1
Enclosing class:
IndexCore

abstract static class IndexCore.D1 extends Object
The core of an index generator for indices of dimension 1.
Author:
Gerd Kock
  • Field Details

    • x1

      protected int x1
  • Constructor Details

    • D1

      D1()
  • Method Details

    • getLength

      protected abstract int getLength()
    • validIndex

      protected abstract boolean validIndex(int x1)
    • setNextX1

      protected boolean setNextX1(int initial_x1)