in scala.collection.jcl
class HashSet

class HashSet [A]
extends java.lang.Object
with scala.collection.jcl.CollectionWrapper[A]
with scala.collection.jcl.SetWrapper[A]
with scala.ScalaObject
A hash set that is backed by a Java hash set.
Author:
Sean McDirmid

Constructor Summary
def this
Creates an underlying Java hash set.
def this (underlying: java.util.HashSet)

Val Summary
override val underlying : java.util.HashSet

Def inherited from scala.collection.jcl.CollectionWrapper[A]
add , addAll, elements, equals, has, hasAll, hashCode, super$addAll, super$elements, super$hasAll, super=uals, toString, underlying, underlying0
Def inherited from scala.collection.jcl.SetWrapper[A]
clear , isEmpty, underlying
Constructor Detail
def this
Creates an underlying Java hash set.

def this (underlying: java.util.HashSet)

Val Detail
override val underlying : java.util.HashSet