Package samples.expectnew
Class VarArgsConstructorDemo
java.lang.Object
samples.expectnew.VarArgsConstructorDemo
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionVarArgsConstructorDemo
(byte[]... byteArrays) VarArgsConstructorDemo
(float myFloat, int... ints) VarArgsConstructorDemo
(String... strings) VarArgsConstructorDemo
(Service... services) -
Method Summary
-
Field Details
-
strings
-
services
-
byteArrays
private final byte[][] byteArrays -
ints
private final int[] ints
-
-
Constructor Details
-
VarArgsConstructorDemo
-
VarArgsConstructorDemo
public VarArgsConstructorDemo(byte[]... byteArrays) -
VarArgsConstructorDemo
-
VarArgsConstructorDemo
public VarArgsConstructorDemo(float myFloat, int... ints)
-
-
Method Details
-
getAllMessages
-
getAllServices
-
getByteArrays
public byte[][] getByteArrays() -
getInts
public int[] getInts()
-