Class ChannelCache.Both<C extends Channel,A>
java.lang.Object
org.jdrupes.vmoperator.manager.events.ChannelCache.Both<C,A>
- Type Parameters:
C
- the generic typeA
- the generic type
- Enclosing class:
ChannelCache<K,
C extends Channel, A>
Combines the channel and the associated data.
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
channel
The channel. -
associated
The associated.
-
-
Constructor Details
-
Both
Instantiates a new both.- Parameters:
channel
- the channelassociated
- the associated
-