Packages

abstract class SortedMembers extends AnyRef

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

Instance Constructors

  1. new SortedMembers(values: SortedSet[Member], ordering: Ordering[Member])

Type Members

  1. abstract type This <: SortedMembers

Abstract Value Members

  1. abstract def createInstance(values: SortedSet[Member]): This
    Attributes
    protected

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def +(member: Member): This
  4. def -(member: Member): This
  5. def --(members: Members): This
    Attributes
    protected
  6. def --(members: This): This
    Attributes
    protected
  7. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. def add(member: Member): This
  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. def clear: This
    Attributes
    protected
  11. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  12. def contains(member: Member): Boolean
    Attributes
    protected
  13. def count(p: (Member) => Boolean): Int
    Attributes
    protected
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  16. def exists(p: (Member) => Boolean): Boolean
    Attributes
    protected
  17. def filter(p: (Member) => Boolean): This
    Attributes
    protected
  18. def filterNot(p: (Member) => Boolean): This
    Attributes
    protected
  19. def foreach(f: (Member) => Unit): Unit
    Attributes
    protected
  20. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. def headOption: Option[Member]
    Attributes
    protected
  23. def isEmpty: Boolean
    Attributes
    protected
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  28. def remove(member: Member): This
  29. def replace(member: Member): This
  30. def size: Int
    Attributes
    protected
  31. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  32. def toSortedSet: SortedSet[Member]
    Attributes
    protected
  33. def toString(): String
    Definition Classes
    AnyRef → Any
  34. def union(members: This): This
    Attributes
    protected
  35. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  36. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  37. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Ungrouped