Class FieldMetaInfo.Interval

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    FieldMetaInfo

    public static class FieldMetaInfo.Interval
    extends java.lang.Object
    implements java.io.Serializable
    Inner class for an Interval.
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean containsValue​(double value)
      Returns true if this interval contains the supplied value.
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Method Detail

      • containsValue

        public boolean containsValue​(double value)
        Returns true if this interval contains the supplied value.
        Parameters:
        value - the value to check
        Returns:
        true if the interval contains the supplied value
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object