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