|
Scala 2.3.2
|
class
HashSet
[A]
extends
scala.collection.jcl.ConcreteWrapper[A]
with
scala.collection.jcl.SetWrapper[A]
with
scala.ScalaObject
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.ConcreteWrapper[A] | |
elements , equals, hashCode, toString |
Def inherited from scala.collection.jcl.SetWrapper[A] | |
clear , isEmpty, super$clear, underlying |
Constructor Detail |
Val Detail |