Class TableEntry


  • public class TableEntry
    extends java.lang.Object
    For internal use only
    • Field Summary

      Fields 
      Modifier and Type Field Description
      double base  
      double plus  
      float rate  
    • Constructor Summary

      Constructors 
      Constructor Description
      TableEntry()  
      TableEntry​(double b, double r, double p)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • base

        public double base
      • rate

        public float rate
      • plus

        public double plus
    • Constructor Detail

      • TableEntry

        public TableEntry()
      • TableEntry

        public TableEntry​(double b,
                          double r,
                          double p)