Class IntegerResult

  • All Implemented Interfaces:
    Result

    public class IntegerResult
    extends java.lang.Object
    implements Result
    Version:
    1.7
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int value  
    • Constructor Summary

      Constructors 
      Constructor Description
      IntegerResult​(java.lang.Integer value)  
    • Field Detail

      • value

        private int value
    • Constructor Detail

      • IntegerResult

        public IntegerResult​(java.lang.Integer value)
    • Method Detail

      • equals

        public boolean equals​(Result other,
                              double tolerance)
        Specified by:
        equals in interface Result
      • toLongString

        public java.lang.String toLongString()
        Specified by:
        toLongString in interface Result
      • toFormattedString

        public java.lang.String toFormattedString()
        Specified by:
        toFormattedString in interface Result
      • toShortString

        public java.lang.String toShortString()
        Specified by:
        toShortString in interface Result