|
Scala Library
|
|
scala/collection/mutable/HashEntry.scala]
trait
HashEntry[A, E]
extends AnyRef| Value Summary | |
abstract val
|
key : A |
var
|
next : E |
| 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
|
|