public interface ChannelIntArrayFactory
| Modifier and Type | Method and Description |
|---|---|
Any2AnyChannelInt[] |
createAny2Any(int n)
Deprecated.
Creates a populated array of
n Any2Any channels. |
Any2OneChannelInt[] |
createAny2One(int n)
Deprecated.
Creates a populated array of
n Any2One channels. |
One2AnyChannelInt[] |
createOne2Any(int n)
Deprecated.
Creates a populated array of
n One2Any channels. |
One2OneChannelInt[] |
createOne2One(int n)
Deprecated.
Creates a populated array of
n One2One channels. |
One2OneChannelInt[] createOne2One(int n)
n One2One channels.n - the size of the array.Any2OneChannelInt[] createAny2One(int n)
n Any2One channels.n - the size of the array.One2AnyChannelInt[] createOne2Any(int n)
n One2Any channels.n - the size of the array.Any2AnyChannelInt[] createAny2Any(int n)
n Any2Any channels.n - the size of the array.Copyright © 1996–2019. All rights reserved.