RoleUnresolvedList
RoleUnresolvedList
RoleUnresolved 객체 목록을 나타내는 클래스예요.
본문
RoleUnresolved 객체 목록을 나타내는 클래스예요.
public class RoleUnresolvedList extends ArrayList<Object>
public List<RoleUnresolved> asList()
public void add(RoleUnresolved role) throws IllegalArgumentException
public void add(int index, RoleUnresolved role) throws IllegalArgumentException, IndexOutOfBoundsException
public void set(int index, RoleUnresolved role) throws IllegalArgumentException, IndexOutOfBoundsException
public boolean addAll(RoleUnresolvedList roleList) throws IndexOutOfBoundsException
public boolean addAll(int index, RoleUnresolvedList roleList) throws IllegalArgumentException, IndexOutOfBoundsException