QHash

class QHash[V, U](h: Hash[V]) extends QEq[V, U] with Hash[Quantity[V, U]]
trait Hash[Quantity[V, U]]
class QEq[V, U]
trait Eq[Quantity[V, U]]
class Object
trait Matchable
class Any

Value members

Concrete methods

def hash(x: Quantity[V, U]): Int

Inherited methods

def eqv(x: Quantity[V, U], y: Quantity[V, U]): Boolean
Inherited from:
QEq
Source:
quantity.scala
def neqv(x: Quantity[V, U], y: Quantity[V, U]): Boolean

Returns false if x and y are equivalent, true otherwise.

Returns false if x and y are equivalent, true otherwise.

Inherited from:
Eq
Source:
Eq.scala