Uses of Class
cloud.opencode.base.collections.specialized.EvictingQueue
Packages that use EvictingQueue
Package
Description
Specialized Collections Package - Specialized Collection Types
专用集合包 - 专用集合类型
-
Uses of EvictingQueue in cloud.opencode.base.collections.specialized
Methods in cloud.opencode.base.collections.specialized that return EvictingQueueModifier and TypeMethodDescriptionEvictingQueue.Builder.create()Create the EvictingQueue.final EvictingQueue<E> Create the EvictingQueue with initial elements.Create the EvictingQueue from collection.static <E> EvictingQueue<E> EvictingQueue.create(int maxSize) Create an EvictingQueue with the specified maximum size.static <E> EvictingQueue<E> EvictingQueue.create(int maxSize, Collection<? extends E> collection) Create an EvictingQueue from existing elements with specified maximum size.