I know the question is probably very early but they would help me a lot by telling me equivalents of those priorities or methods (I really do not know what they are) in java, thanks.
I know the question is probably very early but they would help me a lot by telling me equivalents of those priorities or methods (I really do not know what they are) in java, thanks.
To order maybe I'll serve you is
Arrays.sort(array);
and to do the join you can use the function of the class
String.join(",", ListOfElements)