scala.collection.mutable

trait HashEntry

[source: scala/collection/mutable/HashEntry.scala]

trait HashEntry[A, E]
extends AnyRef
Direct Known Subclasses:
DefaultEntry

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
abstract val key : A

var next : E