implicit final class RichMultiMapSet[K, V] extends AnyVal
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- RichMultiMapSet
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new RichMultiMapSet(map: Map[K, Set[V]])
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
##(): Int
- Definition Classes
- Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val map: Map[K, Set[V]]
-
def
merge(other: Map[K, Set[V]]): Map[K, Set[V]]
Treating
mapas a multimap, merge with another similarly structured object removing duplicate values. -
def
toString(): String
- Definition Classes
- Any