in scala/collection/mutable/DefaultMapModel-class
class Entry

protected class Entry(k: A, v: B)
extends Object
with ScalaObject

Method Summary
  def key: A
  def toPair: Tuple2[A,B]
override def toString(): String
  var value: B

Methods inherited from java/lang/Object-class
clone, eq, equals, finalize, getClass, hashCode, notify, notifyAll, synchronized, wait, wait, wait

Methods inherited from scala/Any-class
!=, ==, asInstanceOf, isInstanceOf, match

Method Detail

key

  def key: A

value

  var value: B

toPair

  def toPair: Tuple2[A,B]

toString

  override def toString(): String