Scala Standard Library 2.12.18 - scala.Enumeration (original) (raw)

abstract class Enumeration extends Serializable

Ordering

  1. Alphabetic
  2. By Inheritance

Inherited

  1. Enumeration
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any

Implicitly

  1. by any2stringadd

  2. by StringFormat

  3. by Ensuring

  4. by ArrowAssoc

  5. Hide All

  6. Show All

Instance Constructors

  1. new Enumeration()
  2. new Enumeration(initial: Int)

Type Members

  1. class Val extends Value with Serializable
  2. abstract class Value extends Ordered[Value] with Serializable
  3. class ValueSet extends AbstractSet[Value] with SortedSet[Value] with SortedSetLike[Value, ValueSet] with Serializable

Value Members

  1. final def !=(arg0: Any): Boolean
  2. final def ##(): Int
  3. def +(other: String): String
  4. def ->[B](y: B): (Enumeration, B)
  5. final def ==(arg0: Any): Boolean
  6. final def Value(i: Int, name: String): Value
  7. final def Value(name: String): Value
  8. final def Value(i: Int): Value
  9. final def Value: Value
  10. final def apply(x: Int): Value
  11. final def asInstanceOf[T0]: T0
  12. def clone(): AnyRef
  13. def ensuring(cond: (Enumeration) ⇒ Boolean, msg: ⇒ Any): Enumeration
  14. def ensuring(cond: (Enumeration) ⇒ Boolean): Enumeration
  15. def ensuring(cond: Boolean, msg: ⇒ Any): Enumeration
  16. def ensuring(cond: Boolean): Enumeration
  17. final def eq(arg0: AnyRef): Boolean
  18. def equals(arg0: Any): Boolean
  19. def finalize(): Unit
  20. final def getClass(): Class[_]
  21. def hashCode(): Int
  22. final def isInstanceOf[T0]: Boolean
  23. final def maxId: Int
  24. final def ne(arg0: AnyRef): Boolean
  25. var nextId: Int
  26. var nextName: Iterator[String]
  27. final def notify(): Unit
  28. final def notifyAll(): Unit
  29. def readResolve(): AnyRef
  30. final def synchronized[T0](arg0: ⇒ T0): T0
  31. def toString(): String
  32. def values: ValueSet
  33. final def wait(): Unit
  34. final def wait(arg0: Long, arg1: Int): Unit
  35. final def wait(arg0: Long): Unit
  36. final def withName(s: String): Value
  37. def →[B](y: B): (Enumeration, B)
  38. object ValueOrdering extends Ordering[Value]
  39. object ValueSet extends Serializable

Ungrouped