|
Scala Library
|
|
final
class
LinkedEntry[A, B](val key : A, val value : B)
extends HashEntry[A, LinkedEntry[A, B]]| Value Summary | |
var
|
earlier : LinkedEntry[A, B] |
var
|
later : LinkedEntry[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 |
| Value Details |
|
Scala Library
|
|