scalaj.collection.s2j

MutableSetWrapper

Related Doc: package s2j

class MutableSetWrapper[A] extends SetWrapper[A] with Serializable

Linear Supertypes
SetWrapper[A], Serializable, Serializable, AbstractSet[A], Set[A], AbstractCollection[A], Collection[A], Iterable[A], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. MutableSetWrapper
  2. SetWrapper
  3. Serializable
  4. Serializable
  5. AbstractSet
  6. Set
  7. AbstractCollection
  8. Collection
  9. Iterable
  10. AnyRef
  11. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new MutableSetWrapper(underlying: Set[A])

Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  4. def add(element: A): Boolean

    Definition Classes
    MutableSetWrapper → Set → AbstractCollection → Collection
  5. def addAll(arg0: Collection[_ <: A]): Boolean

    Definition Classes
    AbstractCollection → Collection
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def clear(): Unit

    Definition Classes
    AbstractCollection → Collection
  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def contains(arg0: Any): Boolean

    Definition Classes
    AbstractCollection → Collection
  10. def containsAll(arg0: Collection[_]): Boolean

    Definition Classes
    AbstractCollection → Collection
  11. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean

    Definition Classes
    AbstractSet → Set → Collection → AnyRef → Any
  13. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  15. def hashCode(): Int

    Definition Classes
    AbstractSet → Set → Collection → AnyRef → Any
  16. def isEmpty(): Boolean

    Definition Classes
    AbstractCollection → Collection
  17. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  18. def iterator(): Iterator[A]

    Definition Classes
    MutableSetWrapperSetWrapper → Set → AbstractCollection → Collection → Iterable
  19. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  20. final def notify(): Unit

    Definition Classes
    AnyRef
  21. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  22. def remove(arg0: Any): Boolean

    Definition Classes
    AbstractCollection → Collection
  23. def removeAll(arg0: Collection[_]): Boolean

    Definition Classes
    AbstractSet → Set → AbstractCollection → Collection
  24. def retainAll(arg0: Collection[_]): Boolean

    Definition Classes
    AbstractCollection → Collection
  25. def size(): Int

    Definition Classes
    SetWrapper → Set → AbstractCollection → Collection
  26. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  27. def toArray[T](arg0: Array[T]): Array[T]

    Definition Classes
    AbstractCollection → Collection
  28. def toArray(): Array[AnyRef]

    Definition Classes
    AbstractCollection → Collection
  29. def toString(): String

    Definition Classes
    AbstractCollection → AnyRef → Any
  30. val underlying: Set[A]

    Definition Classes
    MutableSetWrapperSetWrapper
  31. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from SetWrapper[A]

Inherited from Serializable

Inherited from Serializable

Inherited from AbstractSet[A]

Inherited from Set[A]

Inherited from AbstractCollection[A]

Inherited from Collection[A]

Inherited from Iterable[A]

Inherited from AnyRef

Inherited from Any

Ungrouped