in scala.collection.mutable
class HashMap

class HashMap [ A , B ]
extends java.lang.Object
with Map
with HashTable
with DefaultMapModel
with ScalaObject
This class implements mutable maps using a hashtable.
author:
Matthias Zenger
version:
1.0, 08/07/2003

Constructor Summary
def this



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

override def clear : scala.Unit

override def clone : Map

protected def entryKey ( e : DefaultEntry ) : A



Constructor Detail
def this

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

override def clear : scala.Unit

override def clone : Map

protected def entryKey ( e : DefaultEntry ) : A