For Java folks, an ArrayList is like an array, but: ... E get(int index). Returns the element at position index (0 <= index < size) int indexOf(Object obj).
確定! 回上一頁