Package com.virtuosotechnologies.lib.ring

Ring buffers and related classes.

See:
          Description

Class Summary
AbstractRing Circular buffer abstract base class.
ByteRing Circular buffer of bytes.
CharRing Circular buffer of chars.
IntRing Circular buffer of ints.
ObjectRing Circular buffer of Object references.
RotatingArrayList Rotating resizeable array implementation of the List interface.
 

Package com.virtuosotechnologies.lib.ring Description

Ring buffers and related classes.

Project

This package is part of Virtuoso Utilities.

Authors

Status

Stable library. The classes and interfaces in this package are stable, but new ones may be added at any time.

Dependencies

None.

Description

This package contains a ring buffer implementation, and some related classes such as an ArrayList implementation using rings. Classes in this package are not thrad-safe, so clients must take care to synchronize/serialize access to them.