SortedMapEq

@deprecated("Use cats.kernel.instances.SortedMapEq", "2.0.0-RC2") class SortedMapEq[K, V](V: Eq[V], O: Order[K]) extends SortedMapEq[K, V]
Deprecated
class SortedMapEq[K, V]
trait Eq[SortedMap[K, V]]
trait Serializable
class Object
trait Matchable
class Any
class SortedMapHash[K, V]

Value members

Inherited methods

def eqv(x: SortedMap[K, V], y: SortedMap[K, V]): Boolean
Inherited from
SortedMapEq
def neqv(x: SortedMap[K, V], y: SortedMap[K, V]): Boolean

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

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

Inherited from
Eq