菜单
Dart
dart:collection
DoubleLinkedQueueEntry
<
E
>
append 方法
append
深色模式
浅色模式
描述
append
方法
void
append
(
E
e
)
将给定的元素
e
作为条目添加到该条目之后。
实现
void append(E e) { DoubleLinkedQueueEntry<E>(e)._link(this, _nextLink); }
Dart
dart:collection
DoubleLinkedQueueEntry
<
E
>
append 方法
DoubleLinkedQueueEntry 类
Cookie 管理控制