Dart
dart:collection
DoubleLinkedQueue
<
E
>
DoubleLinkedQueue constructor
DoubleLinkedQueue
DoubleLinkedQueue class
Constructors
DoubleLinkedQueue
from
of
Properties
first
isEmpty
iterator
last
length
single
hashCode
isNotEmpty
runtimeType
Methods
add
addAll
addFirst
addLast
cast
clear
firstEntry
forEachEntry
lastEntry
remove
removeFirst
removeLast
removeWhere
retainWhere
toString
any
contains
elementAt
every
expand
firstWhere
fold
followedBy
forEach
join
lastWhere
map
noSuchMethod
reduce
singleWhere
skip
skipWhile
take
takeWhile
toList
toSet
where
whereType
Operators
operator ==
DoubleLinkedQueue<
E
> constructor
DoubleLinkedQueue<
E
>
(
)
Implementation
DoubleLinkedQueue() { _sentinel = new _DoubleLinkedQueueSentinel<E>(this); }