Class IndexCore

java.lang.Object
org.jlayer.util.IndexCore

abstract class IndexCore extends Object
This class establishes three nested classes being used as core elements for index generators for indices of dimension 1, 2 or 3.
Author:
Gerd Kock
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    (package private) static class 
    The core of an index generator for indices of dimension 1.
    (package private) static class 
    The core of an index generator for indices of dimension 2.
    (package private) static class 
    The core of an index generator for indices of dimension 3.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • IndexCore

      IndexCore()