hw6
This commit is contained in:
parent
d6dcb72b1b
commit
2b94c67c9a
3 changed files with 1 additions and 0 deletions
BIN
SQ-2021-H6/answer.pdf
Normal file
BIN
SQ-2021-H6/answer.pdf
Normal file
Binary file not shown.
BIN
SQ-2021-H6/report.pdf
Normal file
BIN
SQ-2021-H6/report.pdf
Normal file
Binary file not shown.
|
@ -16,6 +16,7 @@ public class CollectionUtilsTest {
|
|||
assertEquals(expected, target);
|
||||
}
|
||||
|
||||
@SafeVarargs
|
||||
private static <T> List<T> list(T... elements) {
|
||||
return Arrays.asList(elements);
|
||||
}
|
||||
|
|
Reference in a new issue