Class NamedChannelsConcatenate

Object
NamedChannelsConcatenate
All Implemented Interfaces:
ChannelGetter, NamedChannelsMap

public class NamedChannelsConcatenate extends Object implements NamedChannelsMap
Exposes one or more instances of a NamedChannelsMap as a single aggregated NamedChannelsMap.

The aggregated map contains all the channels from each underlying map.

If a channel-name is non-unique, it is undefined which channel will be retrieved for this name.

Channels are added to a Stack in the order they appear successively in the list.

Author:
Owen Feehan