Packages

class Key3[T1 <: Comparable[T1], T2 <: Comparable[T2], T3 <: Comparable[T3]] extends Key[Key3[T1, T2, T3]] with Equals

A key with two key fields.

T1

The type of the first field.

T2

The type of the second field.

T3

The type of the third field.

Linear Supertypes
Equals, Key[Key3[T1, T2, T3]], Comparable[Key3[T1, T2, T3]], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Key3
  2. Equals
  3. Key
  4. Comparable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Key3(value1: T1, value2: T2, value3: T3)

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 canEqual(that: Any): Boolean
    Definition Classes
    Key3 → Equals
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  7. def compareTo(o: Key3[T1, T2, T3]): Int
    Definition Classes
    Key3 → Comparable
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(obj: Any): Boolean
    Definition Classes
    Key3 → Equals → AnyRef → Any
  10. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. def get(pos: Int): Any

    Gets the i-th element of the tuple-like key.

    Gets the i-th element of the tuple-like key.

    pos

    The position.

    returns

    The element at that key position;

    Definition Classes
    Key3Key
  12. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. def hashCode(): Int
    Definition Classes
    Key3 → AnyRef → Any
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  17. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  18. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  19. def toString(): String
    Definition Classes
    Key3 → AnyRef → Any
  20. val value1: T1
  21. val value2: T2
  22. val value3: T3
  23. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  24. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from Equals

Inherited from Key[Key3[T1, T2, T3]]

Inherited from Comparable[Key3[T1, T2, T3]]

Inherited from AnyRef

Inherited from Any

Ungrouped