Class NullDateCalculator

  • All Implemented Interfaces:
    java.io.Serializable, ICalculator

    public class NullDateCalculator
    extends java.lang.Object
    implements ICalculator
    Author:
    Javier Paniza
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object calculate()  
      • Methods inherited from class java.lang.Object

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

      • NullDateCalculator

        public NullDateCalculator()