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
-
final
def
!=(arg0: AnyRef): Boolean
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: AnyRef): Boolean
-
final
def
==(arg0: Any): Boolean
-
final
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]
-
final
def
eq(arg0: AnyRef): Boolean
-
-
def
finalize(): Unit
-
final
def
getClass(): java.lang.Class[_]
-
def
hasMatch(key: Int, prefix: Int, m: Int): Boolean
-
def
hashCode(): Int
-
def
highestOneBit(j: Int): Int
-
final
def
isInstanceOf[T0]: Boolean
-
def
mask(i: Int, mask: Int): Int
-
final
def
ne(arg0: AnyRef): Boolean
-
def
newBuilder[A, B]: Builder[(A, B), HashMap[A, B]]
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
readResolve(): AnyRef
-
def
shorter(m1: Int, m2: Int): Boolean
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
def
unsignedCompare(i: Int, j: Int): Boolean
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
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
Type Members
-
type
Coll = scala.collection.immutable.HashMap[_, _]
Inherited from AnyRef
Value Members
-
final
def
!=(arg0: AnyRef): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: AnyRef): Boolean
-
def
clone(): AnyRef
-
final
def
eq(arg0: AnyRef): Boolean
-
-
def
finalize(): Unit
-
final
def
getClass(): java.lang.Class[_]
-
def
hashCode(): Int
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from Any
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
final
def
isInstanceOf[T0]: Boolean
This object provides a set of operations needed to create
immutable.HashMap
values.