akka.dispatch

AbstractNodeQueue

Related Doc: package dispatch

abstract class AbstractNodeQueue[T] extends AtomicReference[Node[T]]

Source
AbstractNodeQueue.java
Linear Supertypes
AtomicReference[Node[T]], Serializable, AnyRef, Any
Known Subclasses
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. AbstractNodeQueue
  2. AtomicReference
  3. Serializable
  4. AnyRef
  5. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AbstractNodeQueue()

    Attributes
    protected[akka.dispatch]

Value Members

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

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

    Definition Classes
    AnyRef → Any
  3. def +(other: String): String

    Implicit information
    This member is added by an implicit conversion from AbstractNodeQueue[T] to any2stringadd[AbstractNodeQueue[T]] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (AbstractNodeQueue[T], B)

    Implicit information
    This member is added by an implicit conversion from AbstractNodeQueue[T] to ArrowAssoc[AbstractNodeQueue[T]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  6. final def add(value: T): Unit

  7. final def addNode(n: Node[T]): Unit

  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. final def compareAndSet(arg0: Node[T], arg1: Node[T]): Boolean

    Definition Classes
    AtomicReference
  11. final def count(): Int

  12. def ensuring(cond: (AbstractNodeQueue[T]) ⇒ Boolean, msg: ⇒ Any): AbstractNodeQueue[T]

    Implicit information
    This member is added by an implicit conversion from AbstractNodeQueue[T] to Ensuring[AbstractNodeQueue[T]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. def ensuring(cond: (AbstractNodeQueue[T]) ⇒ Boolean): AbstractNodeQueue[T]

    Implicit information
    This member is added by an implicit conversion from AbstractNodeQueue[T] to Ensuring[AbstractNodeQueue[T]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. def ensuring(cond: Boolean, msg: ⇒ Any): AbstractNodeQueue[T]

    Implicit information
    This member is added by an implicit conversion from AbstractNodeQueue[T] to Ensuring[AbstractNodeQueue[T]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. def ensuring(cond: Boolean): AbstractNodeQueue[T]

    Implicit information
    This member is added by an implicit conversion from AbstractNodeQueue[T] to Ensuring[AbstractNodeQueue[T]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  18. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. def formatted(fmtstr: String): String

    Implicit information
    This member is added by an implicit conversion from AbstractNodeQueue[T] to StringFormat[AbstractNodeQueue[T]] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  20. final def get(): Node[T]

    Definition Classes
    AtomicReference
  21. final def getAndSet(arg0: Node[T]): Node[T]

    Definition Classes
    AtomicReference
  22. final def getClass(): Class[_]

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

    Definition Classes
    AnyRef → Any
  24. final def isEmpty(): Boolean

  25. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  26. final def lazySet(arg0: Node[T]): Unit

    Definition Classes
    AtomicReference
  27. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  30. final def peek(): T

  31. final def peekNode(): Node[T]

    Attributes
    protected[akka.dispatch]
  32. final def poll(): T

  33. final def pollNode(): Node[T]

  34. final def set(arg0: Node[T]): Unit

    Definition Classes
    AtomicReference
  35. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  36. def toString(): String

    Definition Classes
    AtomicReference → AnyRef → Any
  37. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def weakCompareAndSet(arg0: Node[T], arg1: Node[T]): Boolean

    Definition Classes
    AtomicReference
  41. def [B](y: B): (AbstractNodeQueue[T], B)

    Implicit information
    This member is added by an implicit conversion from AbstractNodeQueue[T] to ArrowAssoc[AbstractNodeQueue[T]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from AtomicReference[Node[T]]

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from AbstractNodeQueue[T] to any2stringadd[AbstractNodeQueue[T]]

Inherited by implicit conversion StringFormat from AbstractNodeQueue[T] to StringFormat[AbstractNodeQueue[T]]

Inherited by implicit conversion Ensuring from AbstractNodeQueue[T] to Ensuring[AbstractNodeQueue[T]]

Inherited by implicit conversion ArrowAssoc from AbstractNodeQueue[T] to ArrowAssoc[AbstractNodeQueue[T]]

Ungrouped