in scala-repl/src/main/scala/spark/ztools.sc [391:402]
override def next: Any = it.next()
}
override def length(obj: Any): Int = obj.asInstanceOf[Set[_]].size
override def accept(obj: Any): Boolean = obj.isInstanceOf[Set[_]]
}
class SpecialsHandler(limit: Int) extends AbstractTypeHandler {
override def accept(obj: Any): Boolean = obj.getClass.getCanonicalName != null && obj.getClass.getCanonicalName.startsWith("scala.")
override def handle(scalaInfo: ScalaVariableInfo, loopback: Loopback, depth: Int): mutable.Map[String, Any] = withJsonObject {