Instance Constructors
-
new
DictionaryWrapper
(underlying: Dictionary[A, B])
Type Members
-
type
Self
= Map[A, B]
Value Members
-
def
!=
(arg0: AnyRef): Boolean
-
def
!=
(arg0: Any): Boolean
-
def
##
(): Int
-
def
+
[B1 >: B]
(elem1: (A, B1), elem2: (A, B1), elems: (A, B1)*): Map[A, B1]
-
def
+
[B1 >: B]
(kv: (A, B1)): Map[A, B1]
-
def
++
[B1 >: B]
(xs: TraversableOnce[(A, B1)]): Map[A, B1]
-
def
++
[B1 >: B]
(xs: GenTraversableOnce[(A, B1)]): Map[A, B1]
-
def
++
[B >: (A, B), That]
(that: TraversableOnce[B])(implicit bf: CanBuildFrom[Map[A, B], B, That]): That
-
def
++
[B >: (A, B), That]
(that: GenTraversableOnce[B])(implicit bf: CanBuildFrom[Map[A, B], B, That]): That
-
def
++:
[B >: (A, B), That]
(that: Traversable[B])(implicit bf: CanBuildFrom[Map[A, B], B, That]): That
-
def
++:
[B >: (A, B), That]
(that: TraversableOnce[B])(implicit bf: CanBuildFrom[Map[A, B], B, That]): That
-
def
++=
(xs: TraversableOnce[(A, B)]): DictionaryWrapper.this.type
-
def
+=
(kv: (A, B)): DictionaryWrapper.this.type
-
def
+=
(elem1: (A, B), elem2: (A, B), elems: (A, B)*): DictionaryWrapper.this.type
-
def
-
(elem1: A, elem2: A, elems: A*): Map[A, B]
-
def
-
(key: A): Map[A, B]
-
def
--
(xs: TraversableOnce[A]): Map[A, B]
-
def
--
(xs: GenTraversableOnce[A]): Map[A, B]
-
def
--=
(xs: TraversableOnce[A]): DictionaryWrapper.this.type
-
def
-=
(key: A): DictionaryWrapper.this.type
-
def
-=
(elem1: A, elem2: A, elems: A*): DictionaryWrapper.this.type
-
def
/:
[B]
(z: B)(op: (B, (A, B)) ⇒ B): B
-
def
/:\
[A1 >: (A, B)]
(z: A1)(op: (A1, A1) ⇒ A1): A1
-
def
:\
[B]
(z: B)(op: ((A, B), B) ⇒ B): B
-
def
==
(arg0: AnyRef): Boolean
-
def
==
(arg0: Any): Boolean
-
def
addString
(b: StringBuilder, start: String, sep: String, end: String): StringBuilder
-
def
addString
(b: StringBuilder): StringBuilder
-
def
addString
(b: StringBuilder, sep: String): StringBuilder
-
def
aggregate
[B]
(z: B)(seqop: (B, (A, B)) ⇒ B, combop: (B, B) ⇒ B): B
-
def
andThen
[C]
(k: (B) ⇒ C): PartialFunction[A, C]
-
def
apply
(key: A): B
-
def
asInstanceOf
[T0]
: T0
-
def
canEqual
(that: Any): Boolean
-
def
clear
(): Unit
-
def
clone
(): Map[A, B]
-
def
collect
[B, That]
(pf: PartialFunction[(A, B), B])(implicit bf: CanBuildFrom[Map[A, B], B, That]): That
-
def
collectFirst
[B]
(pf: PartialFunction[(A, B), B]): Option[B]
-
def
companion
: GenericCompanion[Iterable]
-
def
compose
[A]
(g: (A) ⇒ A): (A) ⇒ B
-
def
contains
(key: A): Boolean
-
def
copyToArray
[B >: (A, B)]
(xs: Array[B], start: Int, len: Int): Unit
-
def
copyToArray
[B >: (A, B)]
(xs: Array[B]): Unit
-
def
copyToArray
[B >: (A, B)]
(xs: Array[B], start: Int): Unit
-
def
copyToBuffer
[B >: (A, B)]
(dest: Buffer[B]): Unit
-
def
count
(p: ((A, B)) ⇒ Boolean): Int
-
def
default
(key: A): B
-
def
drop
(n: Int): Map[A, B]
-
def
dropRight
(n: Int): Map[A, B]
-
def
dropWhile
(p: ((A, B)) ⇒ Boolean): Map[A, B]
-
def
empty
: Map[A, B]
-
def
eq
(arg0: AnyRef): Boolean
-
def
equals
(that: Any): Boolean
-
def
exists
(p: ((A, B)) ⇒ Boolean): Boolean
-
def
filter
(p: ((A, B)) ⇒ Boolean): Map[A, B]
-
def
filterKeys
(p: (A) ⇒ Boolean): Map[A, B]
-
def
filterNot
(p: ((A, B)) ⇒ Boolean): Map[A, B]
-
def
finalize
(): Unit
-
def
find
(p: ((A, B)) ⇒ Boolean): Option[(A, B)]
-
def
flatMap
[B, That]
(f: ((A, B)) ⇒ GenTraversableOnce[B])(implicit bf: CanBuildFrom[Map[A, B], B, That]): That
-
def
flatten
[B]
(implicit asTraversable: ((A, B)) ⇒ TraversableOnce[B]): Traversable[B]
-
def
fold
[A1 >: (A, B)]
(z: A1)(op: (A1, A1) ⇒ A1): A1
-
def
foldLeft
[B]
(z: B)(op: (B, (A, B)) ⇒ B): B
-
def
foldRight
[B]
(z: B)(op: ((A, B), B) ⇒ B): B
-
def
forall
(p: ((A, B)) ⇒ Boolean): Boolean
-
def
foreach
[U]
(f: ((A, B)) ⇒ U): Unit
-
def
genericBuilder
[B]
: Builder[B, Iterable[B]]
-
def
get
(key: A): Option[B]
-
def
getClass
(): java.lang.Class[_]
-
def
getOrElse
[B1 >: B]
(key: A, default: ⇒ B1): B1
-
def
getOrElseUpdate
(key: A, op: ⇒ B): B
-
def
groupBy
[K]
(f: ((A, B)) ⇒ K): Map[K, Map[A, B]]
-
def
grouped
(size: Int): Iterator[Map[A, B]]
-
def
hasDefiniteSize
: Boolean
-
def
hashCode
(): Int
-
def
head
: (A, B)
-
def
headOption
: Option[(A, B)]
-
def
init
: Map[A, B]
-
def
inits
: Iterator[Map[A, B]]
-
def
isDefinedAt
(key: A): Boolean
-
def
isEmpty
: Boolean
-
def
isInstanceOf
[T0]
: Boolean
-
def
isTraversableAgain
: Boolean
-
def
iterator
: Iterator[(A, B)]
-
def
keySet
: Set[A]
-
def
keys
: Iterable[A]
-
def
keysIterator
: Iterator[A]
-
def
last
: (A, B)
-
def
lastOption
: Option[(A, B)]
-
def
lift
: (A) ⇒ Option[B]
-
def
map
[B, That]
(f: ((A, B)) ⇒ B)(implicit bf: CanBuildFrom[Map[A, B], B, That]): That
-
def
mapResult
[NewTo]
(f: (Map[A, B]) ⇒ NewTo): Builder[(A, B), NewTo]
-
def
mapValues
[C]
(f: (B) ⇒ C): Map[A, C]
-
def
max
[B >: (A, B)]
(implicit cmp: Ordering[B]): (A, B)
-
def
maxBy
[B]
(f: ((A, B)) ⇒ B)(implicit cmp: Ordering[B]): (A, B)
-
def
min
[B >: (A, B)]
(implicit cmp: Ordering[B]): (A, B)
-
def
minBy
[B]
(f: ((A, B)) ⇒ B)(implicit cmp: Ordering[B]): (A, B)
-
def
mkString
: String
-
def
mkString
(sep: String): String
-
def
mkString
(start: String, sep: String, end: String): String
-
def
ne
(arg0: AnyRef): Boolean
-
def
newBuilder
: Builder[(A, B), Map[A, B]]
-
def
nonEmpty
: Boolean
-
def
notify
(): Unit
-
def
notifyAll
(): Unit
-
def
orElse
[A1 <: A, B1 >: B]
(that: PartialFunction[A1, B1]): PartialFunction[A1, B1]
-
def
par
: ParMap[A, B]
-
def
parCombiner
: Combiner[(A, B), ParMap[A, B]]
-
def
partition
(p: ((A, B)) ⇒ Boolean): (Map[A, B], Map[A, B])
-
def
product
[B >: (A, B)]
(implicit num: Numeric[B]): B
-
def
put
(key: A, value: B): Option[B]
-
def
reduce
[A1 >: (A, B)]
(op: (A1, A1) ⇒ A1): A1
-
def
reduceLeft
[B >: (A, B)]
(op: (B, (A, B)) ⇒ B): B
-
def
reduceLeftOption
[B >: (A, B)]
(op: (B, (A, B)) ⇒ B): Option[B]
-
def
reduceOption
[A1 >: (A, B)]
(op: (A1, A1) ⇒ A1): Option[A1]
-
def
reduceRight
[B >: (A, B)]
(op: ((A, B), B) ⇒ B): B
-
def
reduceRightOption
[B >: (A, B)]
(op: ((A, B), B) ⇒ B): Option[B]
-
def
remove
(key: A): Option[B]
-
def
repr
: Map[A, B]
-
def
result
(): Map[A, B]
-
def
retain
(p: (A, B) ⇒ Boolean): DictionaryWrapper.this.type
-
def
reversed
: List[(A, B)]
-
def
sameElements
[B >: (A, B)]
(that: Iterable[B]): Boolean
-
def
sameElements
[B >: (A, B)]
(that: GenIterable[B]): Boolean
-
def
scan
[B >: (A, B), That]
(z: B)(op: (B, B) ⇒ B)(implicit cbf: CanBuildFrom[Map[A, B], B, That]): That
-
def
scanLeft
[B, That]
(z: B)(op: (B, (A, B)) ⇒ B)(implicit bf: CanBuildFrom[Map[A, B], B, That]): That
-
def
scanRight
[B, That]
(z: B)(op: ((A, B), B) ⇒ B)(implicit bf: CanBuildFrom[Map[A, B], B, That]): That
-
def
seq
: Map[A, B]
-
def
size
: Int
-
def
sizeHint
(coll: scala.collection.TraversableLike[_, _], delta: Int): Unit
-
def
sizeHint
(size: Int): Unit
-
def
sizeHintBounded
(size: Int, boundingColl: scala.collection.TraversableLike[_, _]): Unit
-
def
slice
(from: Int, until: Int): Map[A, B]
-
def
sliding
[B >: (A, B)]
(size: Int, step: Int): Iterator[Map[A, B]]
-
def
sliding
[B >: (A, B)]
(size: Int): Iterator[Map[A, B]]
-
def
span
(p: ((A, B)) ⇒ Boolean): (Map[A, B], Map[A, B])
-
def
splitAt
(n: Int): (Map[A, B], Map[A, B])
-
def
stringPrefix
: String
-
def
sum
[B >: (A, B)]
(implicit num: Numeric[B]): B
-
def
synchronized
[T0]
(arg0: ⇒ T0): T0
-
def
tail
: Map[A, B]
-
def
tails
: Iterator[Map[A, B]]
-
def
take
(n: Int): Map[A, B]
-
def
takeRight
(n: Int): Map[A, B]
-
def
takeWhile
(p: ((A, B)) ⇒ Boolean): Map[A, B]
-
def
thisCollection
: Iterable[(A, B)]
-
def
toArray
[B >: (A, B)]
(implicit arg0: ClassManifest[B]): Array[B]
-
def
toBuffer
[C >: (A, B)]
: Buffer[C]
-
def
toCollection
(repr: Map[A, B]): Iterable[(A, B)]
-
def
toIndexedSeq
[B >: (A, B)]
: IndexedSeq[B]
-
def
toIterable
: Iterable[(A, B)]
-
def
toIterator
: Iterator[(A, B)]
-
def
toList
: List[(A, B)]
-
def
toMap
[T, U]
(implicit ev: <:<[(A, B), (T, U)]): Map[T, U]
-
def
toSeq
: Seq[(A, B)]
-
def
toSet
[B >: (A, B)]
: Set[B]
-
def
toStream
: Stream[(A, B)]
-
def
toString
(): String
-
def
toTraversable
: Traversable[(A, B)]
-
def
transform
(f: (A, B) ⇒ B): DictionaryWrapper.this.type
-
def
transpose
[B]
(implicit asTraversable: ((A, B)) ⇒ TraversableOnce[B]): Traversable[Traversable[B]]
-
val
underlying
: Dictionary[A, B]
-
def
unzip
[A1, A2]
(implicit asPair: ((A, B)) ⇒ (A1, A2)): (Iterable[A1], Iterable[A2])
-
def
unzip3
[A1, A2, A3]
(implicit asTriple: ((A, B)) ⇒ (A1, A2, A3)): (Iterable[A1], Iterable[A2], Iterable[A3])
-
def
update
(key: A, value: B): Unit
-
def
updated
[B1 >: B]
(key: A, value: B1): Map[A, B1]
-
def
values
: Iterable[B]
-
def
valuesIterator
: Iterator[B]
-
def
view
(from: Int, until: Int): IterableView[(A, B), Map[A, B]]
-
def
view
: IterableView[(A, B), Map[A, B]]
-
def
wait
(): Unit
-
def
wait
(arg0: Long, arg1: Int): Unit
-
def
wait
(arg0: Long): Unit
-
def
withDefault
(d: (A) ⇒ B): Map[A, B]
-
def
withDefaultValue
(d: B): Map[A, B]
-
def
withFilter
(p: ((A, B)) ⇒ Boolean): FilterMonadic[(A, B), Map[A, B]]
-
def
zip
[A1 >: (A, B), B, That]
(that: Iterable[B])(implicit bf: CanBuildFrom[Map[A, B], (A1, B), That]): That
-
def
zip
[A1 >: (A, B), B, That]
(that: GenIterable[B])(implicit bf: CanBuildFrom[Map[A, B], (A1, B), That]): That
-
def
zipAll
[B, A1 >: (A, B), That]
(that: Iterable[B], thisElem: A1, thatElem: B)(implicit bf: CanBuildFrom[Map[A, B], (A1, B), That]): That
-
def
zipAll
[B, A1 >: (A, B), That]
(that: GenIterable[B], thisElem: A1, thatElem: B)(implicit bf: CanBuildFrom[Map[A, B], (A1, B), That]): That
-
def
zipWithIndex
[A1 >: (A, B), That]
(implicit bf: CanBuildFrom[Map[A, B], (A1, Int), That]): That
Deprecated Value Members
-
def
elements
: Iterator[(A, B)]
-
def
first
: (A, B)
-
def
firstOption
: Option[(A, B)]
-
def
mapElements
[C]
(f: (B) ⇒ C): Map[A, C]
-
def
projection
: IterableView[(A, B), Map[A, B]]
-
def
removeKey
(key: A): Option[B]
Inherited from Serializable
Inherited from Serializable
Inherited from Map[A, B]
Inherited from MapLike[A, B, Map[A, B]]
Inherited from Cloneable[Map[A, B]]
Inherited from Shrinkable[A]
Inherited from Builder[(A, B), Map[A, B]]
Inherited from Growable[(A, B)]
Inherited from Map[A, B]
Inherited from MapLike[A, B, Map[A, B]]
Inherited from Subtractable[A, Map[A, B]]
Inherited from PartialFunction[A, B]
Inherited from (A) ⇒ B
Inherited from GenMap[A, B]
Inherited from GenMapLike[A, B, Map[A, B]]
Inherited from Iterable[(A, B)]
Inherited from Iterable[(A, B)]
Inherited from IterableLike[(A, B), Map[A, B]]
Inherited from Equals
Inherited from GenIterable[(A, B)]
Inherited from GenIterableLike[(A, B), Map[A, B]]
Inherited from Traversable[(A, B)]
Inherited from Mutable
Inherited from Traversable[(A, B)]
Inherited from GenTraversable[(A, B)]
Inherited from GenericTraversableTemplate[(A, B), Iterable]
Inherited from TraversableLike[(A, B), Map[A, B]]
Inherited from GenTraversableLike[(A, B), Map[A, B]]
Inherited from Parallelizable[(A, B), ParMap[A, B]]
Inherited from TraversableOnce[(A, B)]
Inherited from GenTraversableOnce[(A, B)]
Inherited from FilterMonadic[(A, B), Map[A, B]]
Inherited from HasNewBuilder[(A, B), Map[A, B]]
Inherited from AnyRef
Inherited from Any