0
奧克,所以我必須在處理我的學校作業,我有一個問題。這是我的代碼:發送價值返回值
tempArray.add(new TreeDot(randomBranchDotX(randomX),randomBranchDotY(randomY),strokeThickness));
int randomBranchDotX(int _randomX)
{
ArrayList tempArray = (ArrayList) branchList.get(i);
TreeDot temp = (TreeDot) tempArray.get(tempArray.size() -1);
}
我回到_randomX但它是ALS可以發送我,因此它可以使用我的數組索引,然後返回_randomX。我希望我的問題很明確,因爲我無法解釋它。先謝謝你!
謝謝!我會考慮使用返回:)然後! – 2014-11-14 22:55:55