Uses of Interface
com.abstractkamen.datastructures.api.queues.RingBuffer
Packages that use RingBuffer
-
Uses of RingBuffer in com.abstractkamen.datastructures.impl.queues
Classes in com.abstractkamen.datastructures.impl.queues that implement RingBufferModifier and TypeClassDescriptionclass
Represents a ring buffer that overwrites the oldest element when full.