in scala.collection.mutable
class HashMap

[scala.serializable]

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
Direct Known Subclasses:
PicklerEnv, UnPicklerEnv

Constructor Summary
def this

Val inherited from scala.collection.mutable.HashTable[A]
initialThreshold
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]

Def inherited from scala.collection.mutable.Map[A, B]
+ , +, ++, ++, ++=, ++=, +=, +=, +=, -, -, --, --, --=, --=, -=, -=, <<, clear, clone, excl, filter, incl, retain, super$clone, transform, update
Def inherited from scala.collection.mutable.HashTable[A]
addEntry , clear, elemEquals, elemHashCode, entries, findEntry, improve, index, initialSize, loadFactor, newThreshold, removeEntry, resize, size
Def inherited from scala.collection.mutable.DefaultMapModel[A, B]
addEntry , elements, entries, findEntry, get, update
Constructor Detail
def this

Def Detail
def -= (key: A): scala.Unit

override def clear : scala.Unit

override def clone : scala.collection.mutable.Map[A, B]