MethodswapAn util method that allows to swap two elements of any list. It changes the list so the element with the index i will be located on index j, and the e
1-0-java-basics/1-3-1-crazy-generics/src/main/java/com/bobocode/basics/CrazyGenerics.java:228