Package com.apamax.containers

Event summary
FixedSizeCircularBufferA fixed-sized circular buffer object.
HeapA Max/Min-value Heap object with configurable type comparators.
HeapIntegerComparatorA comparator for a heap containing integers.
HeapIntegerFieldComparatorA comparator for a heap containing events, given a field name which will be an integer to order the heap.
HeapStringComparatorA comparator for a heap containing strings.
QueueA First-In-First-Out queue object.
StackA Last-In-First-Out stack object.