Class IncrementTable


  • public class IncrementTable
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected IncrementTable()  
      protected IncrementTable​(java.lang.String filename)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void addElement​(java.lang.String idcode, double increment)  
      protected java.lang.String getFragment​(int i)  
      protected double getIncrement​(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

      • IncrementTable

        protected IncrementTable()
      • IncrementTable

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

      • addElement

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

        protected int getSize()
      • getFragment

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

        protected double getIncrement​(int i)