menu
Dart
dart:collection
DoubleLinkedQueueEntry
<
E
>
DoubleLinkedQueueEntry constructor
DoubleLinkedQueueEntry
brightness_4
brightness_5
description
DoubleLinkedQueueEntry<
E
>
constructor
DoubleLinkedQueueEntry<
E
>
(
E
element
)
Creates a new entry with the given
element
.
Implementation
DoubleLinkedQueueEntry
Dart
dart:collection
DoubleLinkedQueueEntry
<
E
>
DoubleLinkedQueueEntry constructor
DoubleLinkedQueueEntry class