All Classes
-
All Classes Interface Summary Class Summary Class Description CircularFifoBuffer<T> ACircularFifoBufferis a first in first out buffer with a fixed size that replaces its oldest element if full.ConcurrentCircularFifoBuffer<T> Thread safe implementation ofCircularFifoBufferon top ofConcurrentEvictingQueueConcurrentEvictingQueue<E> The purpose of this queue is to store the N most recently inserted elements.