in scala/collection/mutable
class Index

case class Index(n: Int)
extends Location
with ScalaObject
with CaseClass

Field Summary
  val n: Int

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

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

Methods inherited from scala/CaseClass-class
caseArity, caseElement

Field Detail

n

  val n: Int