http://download.oracle.com/javase/6/docs/api/
ArrayList
list 를 상속받는 클래스
size() 아이템 개수
add(Object) Object로 담음
String object = (String) arraylist.get(index); 캐스팅필요
'Application-level프로그래밍' 카테고리의 다른 글
[Python] Introduction (0) | 2011.09.23 |
---|---|
C++ 참고 (0) | 2011.07.01 |
STL set 이용하기 (0) | 2010.10.27 |
(C++) 스트림 클래스의 eof() 의 리턴값 (0) | 2010.08.18 |
(C++) fstream 이용하기 (0) | 2010.08.18 |