scala.collection.jcl

object Set

[source: scala/collection/jcl/Set.scala]

object Set
extends AnyRef
Method Summary
def apply [T](set : java.util.Set[T]) : SetWrapper[T]
Methods inherited from AnyRef
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized
Methods inherited from Any
==, !=, isInstanceOf, asInstanceOf
Class Summary
trait Projection [A] extends Projection[A] with Set[A]
Method Details
def apply[T](set : java.util.Set[T]) : SetWrapper[T]