Class IncrementTableWithIndex


  • public class IncrementTableWithIndex
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void addElement​(java.lang.String idcode, long[] index, double increment)  
      protected java.lang.String getFragment​(int i)  
      protected double getIncrement​(int i)  
      protected long[] getIndex​(int i)  
      protected int getSize()  
      • Methods inherited from class java.lang.Object

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

      • IncrementTableWithIndex

        protected IncrementTableWithIndex()
      • IncrementTableWithIndex

        protected IncrementTableWithIndex​(java.lang.String filename)
                                   throws java.lang.Exception
        Throws:
        java.lang.Exception
    • Method Detail

      • addElement

        protected void addElement​(java.lang.String idcode,
                                  long[] index,
                                  double increment)
      • getSize

        protected int getSize()
      • getFragment

        protected java.lang.String getFragment​(int i)
      • getIndex

        protected long[] getIndex​(int i)
      • getIncrement

        protected double getIncrement​(int i)