scala.collection.mutable

class DefaultEntry

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

@serializable

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