Package | Description |
---|---|
propel.core.collections.buffers |
Modifier and Type | Class and Description |
---|---|
class |
CircularBuffer<T>
A type-aware circular buffer of limited size.
|
class |
LRUBuffer<T>
A type-aware least recently used (LRU) buffer.
|
class |
SharedBuffer<T>
A type-aware thread-safe limited size circular buffer.
|