Package | Description |
---|---|
org.dromara.hutool.core.collection |
集合以及Iterator封装,包括集合工具CollUtil,Iterator和Iterable工具IterUtil
|
org.dromara.hutool.core.collection.queue |
队列
Queue 相关封装 |
Modifier and Type | Class and Description |
---|---|
class |
BoundedList<E>
指定边界大小的List
通过指定边界,可以限制List的最大容量 |
Modifier and Type | Class and Description |
---|---|
class |
BoundedPriorityQueue<E>
有界优先队列
按照给定的排序规则,排序元素,当队列满时,按照给定的排序规则淘汰末尾元素(去除末尾元素) |
Copyright © 2025. All rights reserved.