Object/Class

org.threeten.bp.temporal

ValueRange

Related Docs: class ValueRange | package temporal

Permalink

object ValueRange extends Serializable

Annotations
@SerialVersionUID()
Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ValueRange
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  10. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  11. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  12. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  13. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  14. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  15. def of(minSmallest: Long, minLargest: Long, maxSmallest: Long, maxLargest: Long): ValueRange

    Permalink

    Obtains a fully variable value range.

    Obtains a fully variable value range.

    This factory obtains a range where both the minimum and maximum value may vary.

    minSmallest

    the smallest minimum value

    minLargest

    the largest minimum value

    maxSmallest

    the smallest maximum value

    maxLargest

    the largest maximum value

    returns

    the ValueRange for smallest min, largest min, smallest max, largest max, not null

    Exceptions thrown

    IllegalArgumentException if the smallest minimum is greater than the smallest maximum, or the smallest maximum is greater than the largest maximum or the largest minimum is greater than the largest maximum

  16. def of(min: Long, maxSmallest: Long, maxLargest: Long): ValueRange

    Permalink

    Obtains a variable value range.

    Obtains a variable value range.

    This factory obtains a range where the minimum value is fixed and the maximum value may vary. For example, the ISO day-of-month always starts at 1, but ends between 28 and 31.

    min

    the minimum value

    maxSmallest

    the smallest maximum value

    maxLargest

    the largest maximum value

    returns

    the ValueRange for min, smallest max, largest max, not null

    Exceptions thrown

    IllegalArgumentException if the minimum is greater than the smallest maximum, or the smallest maximum is greater than the largest maximum

  17. def of(min: Long, max: Long): ValueRange

    Permalink

    Obtains a fixed value range.

    Obtains a fixed value range.

    This factory obtains a range where the minimum and maximum values are fixed. For example, the ISO month-of-year always runs from 1 to 12.

    min

    the minimum value

    max

    the maximum value

    returns

    the ValueRange for min, max, not null

    Exceptions thrown

    IllegalArgumentException if the minimum is greater than the maximum

  18. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  19. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  20. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  21. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  22. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped