SetHash

class SetHash[A] extends Hash[Set[A]]
trait Hash[Set[A]]
trait Eq[Set[A]]
trait Serializable
class Object
trait Matchable
class Any

Value members

Concrete methods

def eqv(x: Set[A], y: Set[A]): Boolean
def hash(x: Set[A]): Int

Inherited methods

def neqv(x: Set[A], y: Set[A]): Boolean

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

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

Inherited from
Eq