How to write the following code correctly?
public String toString(int[] position, int xOffset, int yOffset) { String postn = String.format(\"[%d,%d]\", posit
you can either create a wrapper type, instantiate and return it, or return a Map or List/Array.