m4e_sdk
dart:collection
DoubleLinkedQueueEntry
<
E
>
DoubleLinkedQueueEntry constructor
DoubleLinkedQueueEntry
m4e_sdk
dart:collection
DoubleLinkedQueueEntry
<
E
>
DoubleLinkedQueueEntry constructor
DoubleLinkedQueueEntry class
Constructors
DoubleLinkedQueueEntry
Properties
element
hashCode
runtimeType
Methods
append
nextEntry
prepend
previousEntry
remove
noSuchMethod
toString
Operators
operator ==
DoubleLinkedQueueEntry<
E
>
constructor
DoubleLinkedQueueEntry<
E
>
(
E
element
)
Implementation
DoubleLinkedQueueEntry(this.element);