Uses of Class
cloud.opencode.base.collections.specialized.EvictingQueue.Builder
Packages that use EvictingQueue.Builder
Package
Description
Specialized Collections Package - Specialized Collection Types
专用集合包 - 专用集合类型
-
Uses of EvictingQueue.Builder in cloud.opencode.base.collections.specialized
Methods in cloud.opencode.base.collections.specialized that return EvictingQueue.BuilderModifier and TypeMethodDescriptionstatic <E> EvictingQueue.Builder<E> EvictingQueue.builder(int maxSize) Create a builder for customized EvictingQueue.EvictingQueue.Builder.onEviction(EvictingQueue.EvictionListener<E> listener) Set the eviction listener.