Uses of Class
eu.bandm.tools.message.MessageStore_
Packages that use MessageStore_
Package
Description
Messages from an application to the user, and the building blocks
for a processing pipeline.
-
Uses of MessageStore_ in eu.bandm.tools.message
Subclasses of MessageStore_ in eu.bandm.tools.messageModifier and TypeClassDescriptionclassMessageStore<M extends Message>Storage for a sequence ofMessages in order of their arrival.classMessageStoreSorted<M extends Message>Storage for a sequence ofMessages with dynamic sorting.