List 관련

예외 발생 값 반환 (반환 값)
추가 add() offer() (boolean)
삭제 remove() poll() (Null)
검사 element() peek() (Null)