Package com.naver.ads.collect
See: Description
-
Class Summary Class Description CircularFifoQueue CircularFifoQueue is a first-in first-out queue with a fixed size that replaces its oldest element if full. SynchronizedCollection Decorates another MutableCollection to synchronize its behavior for a multithreaded environment. SynchronizedQueue Decorates another Queue to synchronize its behavior for a multithreaded environment.