|
Scala
1.4.0.3 |
|||
Method Summary | |
def -=(key: A): Unit
This method removes a mapping from the given key .
|
|
override
|
def clear: Unit
Removes all mappings from the map. |
override
|
def clone(): HashMap[A,B]
Return a clone of this map. |
protected
|
def entryKey(e: DefaultEntry[A,B]): A
|
Methods inherited from java/lang/Object-class |
eq, finalize, getClass, ne, notify, notifyAll, synchronized, wait, wait, wait |
Methods inherited from scala/Any-class |
!=, ==, asInstanceOf, isInstanceOf, match |
Methods inherited from scala/Iterable-class |
/:, :\, concat, exists, find, foldLeft, foldRight, forall, foreach, sameElements |
Methods inherited from scala/ScalaObject-class |
getScalaType |
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 |
++=, ++=, +=, --=, --=, <<, MapTo, 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: DefaultEntry[A,B]): A
override def clear: Unit
override def clone(): HashMap[A,B]
|
Scala
1.4.0.3 |
|||