|
Scala 2.3.1
|
class
HashMap
[A, B]
extends
java.lang.Object
with
scala.collection.mutable.Map[A, B]
with
scala.collection.mutable.HashTable[A]
with
scala.collection.mutable.DefaultMapModel[A, B]
with
scala.ScalaObject
Constructor Summary | |
def
this
|
Val inherited from scala.collection.mutable.HashTable[A] | |
initialSize , initialThreshold, loadFactor |
Var inherited from scala.collection.mutable.HashTable[A] | |
table , tableSize, threshold |
Def Summary | |
def
-=
(key: A)
: scala.Unit
|
|
override
|
def
clear
: scala.Unit
|
override
|
def
clone
: scala.collection.mutable.Map[A, B]
|
protected
|
def
entryKey
(e: scala.collection.mutable.DefaultEntry[A, B])
: A
|
Def inherited from scala.collection.mutable.Map[A, B] | |
++= , ++=, +=, --=, --=, -=, <<, clear, clone, excl, filter, hashCode, incl, map, mappingToString, super$clone, toString, update |
Def inherited from scala.collection.mutable.HashTable[A] | |
addEntry , elemEquals, elemHashCode, entries, entryFor, entryKey, findEntry, improve, index, initTable, newThreshold, removeEntry, resize, size |
Def inherited from scala.collection.mutable.DefaultMapModel[A, B] | |
addEntry , elements, entries, findEntry, get, update |
Constructor Detail |
Def Detail |
def
-=
(key: A): scala.Unit
override
def
clear
: scala.Unit
override
def
clone
: scala.collection.mutable.Map[A, B]
protected
def
entryKey
(e: scala.collection.mutable.DefaultEntry[A, B]): A