Packages

class Set[T] extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Set
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): scala.Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): scala.Boolean
    Definition Classes
    AnyRef → Any
  4. def add(setElement: T): Boolean
  5. def addAll(fromSet: Set[T]): Boolean
  6. def addAll(fromList: List[T]): Boolean
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def clear(): Unit
  9. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  10. def clone$(): Set[T]
  11. def contains(setElement: T): Boolean
  12. def containsAll(setToCompare: Set[T]): Boolean
  13. def containsAll(listToCompare: List[T]): Boolean
  14. final def eq(arg0: AnyRef): scala.Boolean
    Definition Classes
    AnyRef
  15. def equals(other: Set[T]): Boolean
  16. def equals(arg0: Any): scala.Boolean
    Definition Classes
    AnyRef → Any
  17. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. def hashCode$(): Integer
  21. def isEmpty(): Boolean
  22. final def isInstanceOf[T0]: scala.Boolean
    Definition Classes
    Any
  23. def iterator(): Iterator[T]
  24. final def ne(arg0: AnyRef): scala.Boolean
    Definition Classes
    AnyRef
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. def remove(setElement: T): Boolean
  28. def removeAll(setOfElementsToRemove: Set[T]): Boolean
  29. def removeAll(listOfElementsToRemove: List[T]): Boolean
  30. def retainAll(setOfElementsToRetain: Set[T]): Boolean
  31. def retainAll(listOfElementsToRetain: List[T]): Boolean
  32. def size(): Integer
  33. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  34. def toString(): java.lang.String
    Definition Classes
    AnyRef → Any
  35. def toString$(): String
  36. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: scala.Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: scala.Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped