Packages

final class EnumSet[E <: _Enum[E]] extends AbstractSet[E] with Cloneable with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. EnumSet
  2. Serializable
  3. Cloneable
  4. AbstractSet
  5. Set
  6. AbstractCollection
  7. Collection
  8. Iterable
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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(e: E): Boolean
    Definition Classes
    EnumSetSetAbstractCollectionCollection
  5. def addAll(c: Collection[_ <: E]): Boolean
    Definition Classes
    EnumSetAbstractCollectionCollection
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clear(): Unit
    Definition Classes
    EnumSetSetAbstractCollectionCollection
  8. def clone(): EnumSet[E]
    Attributes
    protected[util]
    Definition Classes
    EnumSet → AnyRef
  9. def contains(o: Any): Boolean
    Definition Classes
    EnumSetSetAbstractCollectionCollection
  10. def containsAll(c: Collection[_]): Boolean
    Definition Classes
    EnumSetSetAbstractCollectionCollection
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(o: Any): Boolean
    Definition Classes
    EnumSetAbstractSetCollection → AnyRef → Any
  13. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  14. def forEach(action: Consumer[_ >: E]): Unit
    Definition Classes
    Iterable
  15. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. def hashCode(): Int
    Definition Classes
    EnumSetAbstractSetCollection → AnyRef → Any
  17. def isEmpty(): Boolean
    Definition Classes
    EnumSetSetAbstractCollectionCollection
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. def iterator(): Iterator[E]
    Definition Classes
    EnumSetSetAbstractCollectionCollectionIterable
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. def parallelStream(): Stream[E]
    Definition Classes
    Collection
  24. def remove(o: Any): Boolean
    Definition Classes
    EnumSetSetAbstractCollectionCollection
  25. def removeAll(c: Collection[_]): Boolean
    Definition Classes
    EnumSetAbstractSetSetAbstractCollectionCollection
  26. def removeIf(filter: Predicate[_ >: E]): Boolean
    Definition Classes
    Collection
  27. def retainAll(c: Collection[_]): Boolean
    Definition Classes
    EnumSetSetAbstractCollectionCollection
  28. def size(): Int
    Definition Classes
    EnumSetSetAbstractCollectionCollection
  29. def spliterator(): Spliterator[E]

    From the Java 8 documentation: The default implementation should usually be overridden.

    From the Java 8 documentation: The default implementation should usually be overridden. The spliterator returned by the default implementation has poor splitting capabilities, is unsized, and does not report any spliterator characteristics. Implementing classes can nearly always provide a better implementation.

    Definition Classes
    SetCollectionIterable
  30. def stream(): Stream[E]
    Definition Classes
    Collection
  31. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  32. def toArray[T <: AnyRef](a: Array[T]): Array[T]
    Definition Classes
    EnumSetAbstractCollectionCollection
  33. def toArray(): Array[AnyRef]
    Definition Classes
    EnumSetAbstractCollectionCollection
  34. def toString(): String
    Definition Classes
    AbstractCollection → AnyRef → Any
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  36. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  37. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from Serializable

Inherited from Cloneable

Inherited from AbstractSet[E]

Inherited from Set[E]

Inherited from AbstractCollection[E]

Inherited from Collection[E]

Inherited from Iterable[E]

Inherited from AnyRef

Inherited from Any

Ungrouped