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 TypeClassDescriptionclass
MessageStore<M extends Message>
Storage for a sequence ofMessage
s in order of their arrival.class
MessageStoreSorted<M extends Message>
Storage for a sequence ofMessage
s with dynamic sorting.