final class Index extends Number with Comparable[Index]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Index
- Comparable
- Number
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
byteValue(): Byte
- Definition Classes
- Number
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
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)
-
def
compareTo(that: Index): Int
- Definition Classes
- Index → Comparable
-
def
doubleValue(): Double
- Definition Classes
- Index → Number
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(obj: Any): Boolean
- Definition Classes
- Index → AnyRef → Any
-
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)
-
def
equals(that: Index): Boolean
Indicates if this index has the same value as the one specified.
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
floatValue(): Float
- Definition Classes
- Index → Number
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
Returns
intValue()Returns
intValue()- Definition Classes
- Index → AnyRef → Any
-
def
intValue(): Int
- Definition Classes
- Index → Number
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
longValue(): Long
- Definition Classes
- Index → Number
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
next(): Index
Returns the index after this one.
Returns the index after this one.
- Exceptions thrown
IndexOutOfBoundsExceptionifthis.equals(Index.MAX)
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
previous(): Index
Returns the index before this one.
Returns the index before this one.
- Exceptions thrown
IndexOutOfBoundsExceptionifthis.equals(Index.ZERO)
-
def
readResolve(): AnyRef
Ensures index unicity during deserialization.
Ensures index unicity during deserialization.
- Attributes
- protected[quasar.precog]
-
def
shortValue(): Short
- Definition Classes
- Number
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- Index → AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )