in scala.collection.jcl
class HashMap

class HashMap [K, E]
extends scala.collection.jcl.ConcreteMapWrapper[K, E]
with scala.ScalaObject
A map that is backed by a Java hash map.
Author:
Sean McDirmid

Constructor Summary
def this

def this (underlying: java.util.HashMap)

Val Summary
override val underlying : java.util.HashMap

Def inherited from scala.collection.jcl.ConcreteMapWrapper[K, E]
equals , hashCode, toString
Constructor Detail
def this

def this (underlying: java.util.HashMap)

Val Detail
override val underlying : java.util.HashMap