Class/Object

nyaya.util

Multimap

Related Docs: object Multimap | package util

Permalink

final class Multimap[K, L[_], V] extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Multimap
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Multimap(m: Map[K, L[V]])(implicit L: MultiValues[L])

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def ++(n: Map[K, L[V]]): Multimap[K, L, V]

    Permalink
  4. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  5. def add(k: K, v: V): Multimap[K, L, V]

    Permalink
  6. def addPair(kv: (K, V)): Multimap[K, L, V]

    Permalink
  7. def addPairs(kvs: (K, V)*): Multimap[K, L, V]

    Permalink
  8. def addks(ks: L[K], v: V): Multimap[K, L, V]

    Permalink
  9. def addvs(k: K, vs: L[V]): Multimap[K, L, V]

    Permalink
  10. def apply(k: K): L[V]

    Permalink
  11. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  12. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  13. def del(k: K, v: V): Multimap[K, L, V]

    Permalink
  14. def delk(k: K): Multimap[K, L, V]

    Permalink
  15. def delks(ks: L[K]): Multimap[K, L, V]

    Permalink
  16. def delkv(x: K)(implicit ev: =:=[K, V]): Multimap[K, L, V]

    Permalink

    Removes x entirely.

    Removes x entirely. Same as delk(x).delv(x)

  17. def delv(v: V): Multimap[K, L, V]

    Permalink
  18. def delvs(vs: L[V]): Multimap[K, L, V]

    Permalink
  19. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  20. def equals(o: Any): Boolean

    Permalink
    Definition Classes
    Multimap → AnyRef → Any
  21. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  22. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  23. def hashCode(): Int

    Permalink
    Definition Classes
    Multimap → AnyRef → Any
  24. def isEmpty: Boolean

    Permalink
    Annotations
    @inline()
  25. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  26. def iterator: Iterator[(K, L[V])]

    Permalink
    Annotations
    @inline()
  27. def keyCount: Int

    Permalink
    Annotations
    @inline()
  28. def keyIterator: Iterator[K]

    Permalink
    Annotations
    @inline()
  29. def keySet: Set[K]

    Permalink
    Annotations
    @inline()
  30. def keys: Iterable[K]

    Permalink
    Annotations
    @inline()
  31. def kvIterator: Iterator[(K, V)]

    Permalink
  32. val m: Map[K, L[V]]

    Permalink
  33. def mod(k: K, f: (L[V]) ⇒ L[V]): Multimap[K, L, V]

    Permalink
  34. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  35. def nonEmpty: Boolean

    Permalink
    Annotations
    @inline()
  36. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  37. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  38. def reverse(implicit ev: Commutative[L]): Multimap[V, L, K]

    Permalink
  39. def reverseM[M[_]](implicit arg0: MultiValues[M], ev: Commutative[M]): Multimap[V, M, K]

    Permalink
  40. def setks(ks: L[K], v: V): Multimap[K, L, V]

    Permalink
  41. def setvs(k: K, vs: L[V]): Multimap[K, L, V]

    Permalink
  42. def sizeSummary: SizeSummary

    Permalink
  43. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  44. def toString(): String

    Permalink
    Definition Classes
    Multimap → AnyRef → Any
  45. def unlink(a: K, b: V)(implicit e: =:=[K, V], f: =:=[V, K]): Multimap[K, L, V]

    Permalink

    Removes a↔b and b↔a.

  46. def valueCount: Int

    Permalink
  47. def valueIterator: Iterator[V]

    Permalink
  48. def values: Iterable[L[V]]

    Permalink
    Annotations
    @inline()
  49. def valuesIterator: Iterator[L[V]]

    Permalink
    Annotations
    @inline()
  50. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  51. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  52. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped