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