|
Scala Library
|
|
scala/collection/jcl/Hashtable.scala]
class
Hashtable[K, E](val override underlying : java.util.Hashtable[K, E])
extends MapWrapper[K, E]| Additional Constructor Summary | |
def
|
this : Hashtable[K, E] |
| Method Summary | |
override def
|
clone
: Hashtable[K, E]
Return a clone of this map.
|
| Methods inherited from MapWrapper | |
| size, isEmpty, clear, put, get, ++=, removeKey, contains, keySet, valueSet, elements, toString, hashCode, equals |
| Methods inherited from Map | |
| keys, has, update, +, +=, -, remove, -=, projection, lense, filterKeys |
| Methods inherited from Map | |
| +=, ++=, +, ++, ++, -=, --=, --=, -, --, --, getOrElseUpdate, transform, retain, <<, readOnly, +=, incl, excl |
| Methods inherited from Map | |
| getOrElse, apply, isDefinedAt, values, default, mapElements, stringPrefix |
| Methods inherited from PartialFunction | |
| orElse, andThen |
| Methods inherited from Function1 | |
| compose |
| Methods inherited from MutableIterable | |
| removeAll, --, -, retainOnly, retainAll, size0 |
| Methods inherited from Collection | |
| toArray |
| Methods inherited from Iterable | |
| concat, ++, map, flatMap, filter, partition, takeWhile, dropWhile, take, drop, foreach, forall, exists, find, findIndexOf, indexOf, foldLeft, foldRight, /:, :\, reduceLeft, reduceRight, copyToBuffer, sameElements, toList, toSeq, toStream, mkString, mkString, mkString, addString, addString, addString, copyToArray, hasDefiniteSize |
| Methods inherited from AnyRef | |
| getClass, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized |
| Methods inherited from Any | |
| ==, !=, isInstanceOf, asInstanceOf |
| Additional Constructor Details |
| Method Details |
|
Scala Library
|
|