VoltronLinkNode<T> class
voltron自定义的双向链表节点
Constructors
-
VoltronLinkNode({VoltronLinkNode<
T> ? prev, VoltronLinkNode<T> ? next, T? value})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
next
↔ VoltronLinkNode<
T> ? -
后向节点
getter/setter pair
-
prev
↔ VoltronLinkNode<
T> ? -
前向节点
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- value ↔ T?
-
节点值
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited