Interface BoundedCollection<E>

Type Parameters:
E - 元素类型
All Superinterfaces:
Collection<E>, Iterable<E>
All Known Implementing Classes:
BoundedList, BoundedPriorityQueue

public interface BoundedCollection<E> extends Collection<E>
有边界限制的集合,边界集合有最大容量限制
Since:
Java 17+
Author:
Kimi Liu