Type Members
-
type
Coll
= scala.collection.immutable.HashMap[_, _]
-
class
HashMap1
[A, +B]
extends HashMap[A, B]
-
class
HashTrieMap
[A, +B]
extends HashMap[A, B]
-
type
Int
= Int
-
class
MapCanBuildFrom
[A, B]
extends CanBuildFrom[Coll, (A, B), CC[A, B]]
Value Members
-
def
!=
(arg0: AnyRef): Boolean
-
-
def
##
(): Int
-
def
==
(arg0: AnyRef): Boolean
-
-
def
apply
[A, B]
(elems: (A, B)*): HashMap[A, B]
-
def
asInstanceOf
[T0]
: T0
-
def
bitString
(num: Int, sep: String = ""): String
-
-
implicit def
canBuildFrom
[A, B]
: CanBuildFrom[Coll, (A, B), HashMap[A, B]]
-
def
clone
(): AnyRef
-
def
complement
(i: Int): Int
-
def
empty
[A, B]
: HashMap[A, B]
-
def
eq
(arg0: AnyRef): Boolean
-
def
equals
(arg0: Any): Boolean
-
def
finalize
(): Unit
-
def
getClass
(): java.lang.Class[_]
-
def
hasMatch
(key: Int, prefix: Int, m: Int): Boolean
-
def
hashCode
(): Int
-
def
highestOneBit
(j: Int): Int
-
def
isInstanceOf
[T0]
: Boolean
-
def
mask
(i: Int, mask: Int): Int
-
def
ne
(arg0: AnyRef): Boolean
-
def
newBuilder
[A, B]
: Builder[(A, B), HashMap[A, B]]
-
def
notify
(): Unit
-
def
notifyAll
(): Unit
-
def
readResolve
(): AnyRef
-
def
shorter
(m1: Int, m2: Int): Boolean
-
def
synchronized
[T0]
(arg0: ⇒ T0): T0
-
def
toString
(): String
-
def
unsignedCompare
(i: Int, j: Int): Boolean
-
def
wait
(): Unit
-
def
wait
(arg0: Long, arg1: Int): Unit
-
def
wait
(arg0: Long): Unit
-
def
zero
(i: Int, mask: Int): Boolean
Inherited from Int
Type Members
-
type
Int
= Int
Value Members
-
def
bitString
(num: Int, sep: String = ""): String
-
-
def
complement
(i: Int): Int
-
def
hasMatch
(key: Int, prefix: Int, m: Int): Boolean
-
def
highestOneBit
(j: Int): Int
-
def
mask
(i: Int, mask: Int): Int
-
def
shorter
(m1: Int, m2: Int): Boolean
-
def
unsignedCompare
(i: Int, j: Int): Boolean
-
def
zero
(i: Int, mask: Int): Boolean
Value Members
-
def
apply
[A, B]
(elems: (A, B)*): HashMap[A, B]
Type Members
-
type
Coll
= scala.collection.immutable.HashMap[_, _]
Inherited from AnyRef
Value Members
-
def
!=
(arg0: AnyRef): Boolean
-
def
##
(): Int
-
def
==
(arg0: AnyRef): Boolean
-
def
clone
(): AnyRef
-
def
eq
(arg0: AnyRef): Boolean
-
def
equals
(arg0: Any): Boolean
-
def
finalize
(): Unit
-
def
getClass
(): java.lang.Class[_]
-
def
hashCode
(): Int
-
def
ne
(arg0: AnyRef): Boolean
-
def
notify
(): Unit
-
def
notifyAll
(): Unit
-
def
synchronized
[T0]
(arg0: ⇒ T0): T0
-
def
toString
(): String
-
def
wait
(): Unit
-
def
wait
(arg0: Long, arg1: Int): Unit
-
def
wait
(arg0: Long): Unit
Inherited from Any
Value Members
-
-
-
def
asInstanceOf
[T0]
: T0
-
def
isInstanceOf
[T0]
: Boolean
This object provides a set of operations needed to create
immutable.HashMap
values.