public interface ConnectionArrayFactory
Modifier and Type | Method and Description |
---|---|
<T> Any2AnyConnection<T>[] |
createAny2Any(int n)
Constructs and returns an array of instances of an implementation of
Any2AnyConnection . |
<T> Any2OneConnection<T>[] |
createAny2One(int n)
Constructs and returns an array of instances of an implementation of
Any2OneConnection . |
<T> One2AnyConnection<T>[] |
createOne2Any(int n)
Constructs and returns an array of instances of an implementation of
One2AnyConnection . |
<T> One2OneConnection<T>[] |
createOne2One(int n)
Constructs and returns an array of instances of an implementation of
One2OneConnection . |
<T> One2OneConnection<T>[] createOne2One(int n)
One2OneConnection
.n
- the number of One2OneConnection
objects
to construct.One2OneConnection
objects.<T> Any2OneConnection<T>[] createAny2One(int n)
Any2OneConnection
.n
- the number of Any2OneConnection
objects
to construct.Any2OneConnection
objects.<T> One2AnyConnection<T>[] createOne2Any(int n)
One2AnyConnection
.n
- the number of One2AnyConnection
objects
to construct.One2AnyConnection
objects.<T> Any2AnyConnection<T>[] createAny2Any(int n)
Any2AnyConnection
.n
- the number of Any2AnyConnection
objects
to construct.Any2AnyConnection
objects.Copyright © 1996–2024. All rights reserved.