Package | Description |
---|---|
org.dromara.hutool.core.collection.queue |
队列
Queue 相关封装 |
Modifier and Type | Interface and Description |
---|---|
interface |
Linked<T extends Linked<T>>
An element that is linked on the
Deque . |
class |
LinkedDeque<E extends Linked<E>>
Linked list implementation of the
Deque interface where the link
pointers are tightly integrated with the element. |
Copyright © 2025. All rights reserved.