Package | Description |
---|---|
org.dromara.hutool.core.collection.queue |
队列
Queue 相关封装 |
Class and Description |
---|
CheckedLinkedBlockingQueue
自定义加入前检查的
LinkedBlockingQueue ,给定一个检查函数,在加入元素前检查此函数原理是通过Runtime#freeMemory()获取剩余内存,当剩余内存低于指定的阈值时,不再加入。 |
Linked
An element that is linked on the
Deque . |
Copyright © 2025. All rights reserved.