public class DualChannel<F,S,I>
extends java.lang.Object
| Constructor and Description |
|---|
DualChannel(F firstChannel,
S secondChannel,
I idInfo) |
| Modifier and Type | Method and Description |
|---|---|
F |
getFirstChannel() |
I |
getIdentifyingInformation() |
S |
getSecondChannel() |
java.lang.String |
toString() |