| 
 | 
          Scala 1.3.0.7 | |||
| Method Summary | |
| def -=(key: A): UnitThis method removes a mapping from the given key. | |
| 
        override | def clear: UnitRemoves all mappings from the map. | 
| 
        override | def clone(): HashMap[A,B]Return a clone of this map. | 
| 
        protected | def entryKey(e: Entry): A | 
| Methods inherited from java/lang/Object-class | 
| eq, finalize, getClass, notify, notifyAll, synchronized, wait, wait, wait | 
| Methods inherited from scala/Any-class | 
| !=, ==, asInstanceOf, isInstanceOf, match | 
| Methods inherited from scala/Iterable-class | 
| /:, :\, exists, find, foldLeft, foldRight, forall, foreach, sameElements | 
| Methods inherited from scala/ScalaObject-class | 
| getType | 
| Methods inherited from scala/collection/Map-class | 
| apply, contains, equals, exists, forall, foreach, isDefinedAt, isEmpty, keys, toList, values | 
| Methods inherited from scala/collection/mutable/DefaultMapModel-class | 
| Entry, elements, get, update | 
| Methods inherited from scala/collection/mutable/HashTable-class | 
| addEntry, elemEquals, elemHashCode, entries, findEntry, improve, index, initTable, initialSize, initialThreshold, loadFactor, removeEntry, size, table, tableSize, threshold | 
| Methods inherited from scala/collection/mutable/Map-class | 
| ++=, ++=, +=, --=, --=, <<, excl, filter, hashCode, incl, map, mappingToString, toString | 
| Method Detail | 
def -=(key: A): Unit
key.
  If the map does not contain a mapping for the given key, the
  method does nothing.
     
protected def entryKey(e: Entry): A
override def clear: Unit
override def clone(): HashMap[A,B]
| 
 | 
          Scala 1.3.0.7 | |||