There are 2 sheets:
ArrayList<String> list = new ArrayList<String>(); list.add("a"); list.add("a"); list.add("b"); ArrayList<String> list001 = new ArrayList<String>(); list001.add("a"); list001.add("b"); list001.add("a"); It is necessary to find out whether the values of their cells are equal without regard to their order and sequence, that is, these can be considered equal = true; Bearing in mind that there may be many such elements ...
You can use any features except framvorkov. Maybe there is a short way, for sure the san has provided such a thing. Maybe someone knows?
containsAll(Collection<?> c)tried? - MrFylypenko