Java Initialiser le tableau en retour

public int[] getData()
{
    return new int[] {a, b, c, d};
}
Strange Skimmer