Class

akka.dispatch

AbstractNodeQueue

Related Doc: package dispatch

Permalink

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

Source
AbstractNodeQueue.java
Linear Supertypes
AtomicReference[Node[T]], Serializable, AnyRef, Any
Known Subclasses
Type Hierarchy
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
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AbstractNodeQueue()

    Permalink
    Attributes
    protected[akka.dispatch]

Value Members

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

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

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

    Permalink
    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)

    Permalink
    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

    Permalink
    Definition Classes
    AnyRef → Any
  6. final def accumulateAndGet(arg0: Node[T], arg1: BinaryOperator[Node[T]]): Node[T]

    Permalink
    Definition Classes
    AtomicReference
  7. final def add(value: T): Unit

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

    Permalink
  9. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  10. def clone(): AnyRef

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

    Permalink
    Definition Classes
    AtomicReference
  12. final def count(): Int

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

    Permalink
    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: (AbstractNodeQueue[T]) ⇒ Boolean): AbstractNodeQueue[T]

    Permalink
    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, msg: ⇒ Any): AbstractNodeQueue[T]

    Permalink
    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. def ensuring(cond: Boolean): AbstractNodeQueue[T]

    Permalink
    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
  17. final def eq(arg0: AnyRef): Boolean

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

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

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

    Permalink
    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()
  21. final def get(): Node[T]

    Permalink
    Definition Classes
    AtomicReference
  22. final def getAndAccumulate(arg0: Node[T], arg1: BinaryOperator[Node[T]]): Node[T]

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

    Permalink
    Definition Classes
    AtomicReference
  24. final def getAndUpdate(arg0: UnaryOperator[Node[T]]): Node[T]

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

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

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

    Permalink
  28. final def isInstanceOf[T0]: Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  31. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  32. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  33. final def peek(): T

    Permalink
  34. final def peekNode(): Node[T]

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

    Permalink
  36. final def pollNode(): Node[T]

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

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

    Permalink
    Definition Classes
    AnyRef
  39. def toString(): String

    Permalink
    Definition Classes
    AtomicReference → AnyRef → Any
  40. final def updateAndGet(arg0: UnaryOperator[Node[T]]): Node[T]

    Permalink
    Definition Classes
    AtomicReference
  41. final def wait(): Unit

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

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

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

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

    Permalink
    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