Packages

final class Index extends Number with Comparable[Index]

Linear Supertypes
Comparable[Index], Number, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Index
  2. Comparable
  3. Number
  4. Serializable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def byteValue(): Byte
    Definition Classes
    Number
  6. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  7. def compareTo(unsignedValue: Int): Int

    Compares this index with the specified 32-bits unsigned value for order.

    Compares this index with the specified 32-bits unsigned value for order.

    See also

    #compareTo(Index)

  8. def compareTo(that: Index): Int
    Definition Classes
    Index → Comparable
  9. def doubleValue(): Double
    Definition Classes
    Index → Number
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(obj: Any): Boolean
    Definition Classes
    Index → AnyRef → Any
  12. def equals(unsigned: Int): Boolean

    Indicates if this index has the specified 32-bits unsigned value.

    Indicates if this index has the specified 32-bits unsigned value.

    See also

    #equals(Index)

  13. def equals(that: Index): Boolean

    Indicates if this index has the same value as the one specified.

  14. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. def floatValue(): Float
    Definition Classes
    Index → Number
  16. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def hashCode(): Int

    Returns intValue()

    Returns intValue()

    Definition Classes
    Index → AnyRef → Any
  18. def intValue(): Int
    Definition Classes
    Index → Number
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. def longValue(): Long
    Definition Classes
    Index → Number
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. def next(): Index

    Returns the index after this one.

    Returns the index after this one.

    Exceptions thrown

    IndexOutOfBoundsException if this.equals(Index.MAX)

  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. def previous(): Index

    Returns the index before this one.

    Returns the index before this one.

    Exceptions thrown

    IndexOutOfBoundsException if this.equals(Index.ZERO)

  26. def readResolve(): AnyRef

    Ensures index unicity during deserialization.

    Ensures index unicity during deserialization.

    Attributes
    protected[quasar.precog]
  27. def shortValue(): Short
    Definition Classes
    Number
  28. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  29. def toString(): String
    Definition Classes
    Index → AnyRef → Any
  30. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from Comparable[Index]

Inherited from Number

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped