|
Scala Library
|
|
final
class
DefaultEntry[A, B](val key : A, val value : B)
extends HashEntry[A, DefaultEntry[A, B]]| Values and Variables inherited from HashEntry | |
| next |
| Methods inherited from AnyRef | |
| getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized |
| Methods inherited from Any | |
| ==, !=, isInstanceOf, asInstanceOf |
|
Scala Library
|
|