Uses of Class
com.weicoder.common.queue.OnlyQueue
-
Packages that use OnlyQueue Package Description com.weicoder.common.lang -
-
Uses of OnlyQueue in com.weicoder.common.lang
Methods in com.weicoder.common.lang that return OnlyQueue Modifier and Type Method Description static <E> OnlyQueue<E>Queues. newOnlyQueue()生产唯一元素并发队列
-