org
.
apache
.
activemq
.
apollo
.
util
.
list
LinkedNode
class
LinkedNode
[
T <:
LinkedNode
[T]
]
extends AnyRef
Linear Supertypes
AnyRef,
Any
Known Subclasses
Sequence
Ordering
Alphabetic
By inheritance
Inherited
Hide All
Show all
LinkedNode
AnyRef
Any
Visibility
Public
All
Instance Constructors
new
LinkedNode
()
Value Members
def
!=
(
arg0: AnyRef
)
:
Boolean
Attributes
final
Definition Classes
AnyRef
def
!=
(
arg0:
Any
)
:
Boolean
Attributes
final
Definition Classes
Any
def
##
()
:
Int
Attributes
final
Definition Classes
AnyRef → Any
def
==
(
arg0: AnyRef
)
:
Boolean
Attributes
final
Definition Classes
AnyRef
def
==
(
arg0:
Any
)
:
Boolean
Attributes
final
Definition Classes
Any
def
asInstanceOf
[
T0
]
: T0
Attributes
final
Definition Classes
Any
def
clone
()
: AnyRef
Attributes
protected[
lang
]
Definition Classes
AnyRef
Annotations
@throws
()
def
eq
(
arg0: AnyRef
)
:
Boolean
Attributes
final
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
finalize
()
:
Unit
Attributes
protected[
lang
]
Definition Classes
AnyRef
Annotations
@throws
()
def
getClass
()
: java.lang.Class[_]
Attributes
final
Definition Classes
AnyRef → Any
def
getHeadNode
()
: T
Attributes
final
def
getList
()
:
LinkedNodeList
[T]
Attributes
final
def
getNext
()
: T
Attributes
final
def
getNextCircular
()
: T
Attributes
final
def
getPrevious
()
: T
Attributes
final
def
getPreviousCircular
()
: T
Attributes
final
def
getTailNode
()
: T
Attributes
final
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
def
isHeadNode
()
:
Boolean
Attributes
final
def
isInstanceOf
[
T0
]
:
Boolean
Attributes
final
Definition Classes
Any
def
isLinked
()
:
Boolean
Attributes
final
def
isTailNode
()
:
Boolean
Attributes
final
def
linkAfter
(
rightList:
LinkedNodeList
[T]
)
:
Unit
Attributes
final
def
linkAfter
(
node: T
)
:
Unit
Attributes
final
def
linkBefore
(
leftList:
LinkedNodeList
[T]
)
:
Unit
Attributes
final
def
linkBefore
(
node: T
)
:
Unit
Attributes
final
def
linkToHead
(
target:
LinkedNodeList
[T]
)
:
Unit
Attributes
final
def
linkToTail
(
target:
LinkedNodeList
[T]
)
:
Unit
Attributes
final
def
ne
(
arg0: AnyRef
)
:
Boolean
Attributes
final
Definition Classes
AnyRef
def
notify
()
:
Unit
Attributes
final
Definition Classes
AnyRef
def
notifyAll
()
:
Unit
Attributes
final
Definition Classes
AnyRef
def
splitAfter
()
:
LinkedNodeList
[T]
Attributes
final
def
splitBefore
()
:
LinkedNodeList
[T]
Attributes
final
def
synchronized
[
T0
]
(
arg0: ⇒ T0
)
: T0
Attributes
final
Definition Classes
AnyRef
def
toString
()
:
String
Definition Classes
AnyRef → Any
def
unlink
()
:
Boolean
Attributes
final
def
wait
()
:
Unit
Attributes
final
Definition Classes
AnyRef
Annotations
@throws
()
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Attributes
final
Definition Classes
AnyRef
Annotations
@throws
()
def
wait
(
arg0:
Long
)
:
Unit
Attributes
final
Definition Classes
AnyRef
Annotations
@throws
()
Inherited from AnyRef
Inherited from
Any