org.apache.activemq.apollo.util.list

LinkedNodeList

class LinkedNodeList [T <: LinkedNode[T]] extends Iterable[T]

Linear Supertypes
Iterable[T], AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. LinkedNodeList
  2. Iterable
  3. AnyRef
  4. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new LinkedNodeList ()

Value Members

  1. def != (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  2. def != (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  3. def ## (): Int

    Attributes
    final
    Definition Classes
    AnyRef → Any
  4. def == (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  5. def == (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  6. def addFirst (list: LinkedNodeList[T]): Unit

    Attributes
    final
  7. def addFirst (node: T): Unit

    Attributes
    final
  8. def addLast (list: LinkedNodeList[T]): Unit

    Attributes
    final
  9. def addLast (node: T): Unit

    Attributes
    final
  10. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  11. def clear (): Unit

    Attributes
    final
  12. def clone (): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  13. def eq (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  14. def equals (arg0: Any): Boolean

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

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  16. def getClass (): java.lang.Class[_]

    Attributes
    final
    Definition Classes
    AnyRef → Any
  17. def getHead (): T

    Attributes
    final
  18. def getTail (): T

    Attributes
    final
  19. def hashCode (): Int

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

    Attributes
    final
  21. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  22. def iterator (): Iterator[T]

    Attributes
    final
    Definition Classes
    LinkedNodeList → Iterable
  23. def ne (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  24. def notify (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  25. def notifyAll (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  26. def reparent (list: LinkedNodeList[T]): T

    Attributes
    final
  27. def rotate (): T

    Attributes
    final
  28. def rotateTo (head: T): Unit

    Attributes
    final
  29. def size (): Int

  30. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  31. def toArray (array: Array[T]): Array[T]

    Attributes
    final
  32. def toArrayList (): ArrayList[T]

    Attributes
    final
  33. def toArrayListReversed (): ArrayList[T]

    Attributes
    final
  34. def toString (): String

    Attributes
    final
    Definition Classes
    LinkedNodeList → AnyRef → Any
  35. def wait (): Unit

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from Iterable[T]

Inherited from AnyRef

Inherited from Any