|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object java.util.AbstractCollection<E> java.util.AbstractList<E> java.util.ArrayList javax.management.relation.RoleUnresolvedList
public class RoleUnresolvedList
RoleUnresolvedList は、RoleUnresolved オブジェクトのリストを表現します。RoleUnresolved オブジェクトは、ロールの読み取りまたは書き込みアクセスの試行時に問題が発生したため、関係から取得できなかったロールを表します。
フィールドの概要 |
---|
クラス java.util.AbstractList から継承されたフィールド |
---|
modCount |
コンストラクタの概要 | |
---|---|
RoleUnresolvedList()
空の RoleUnresolvedList を作成します。 |
|
RoleUnresolvedList(int theInitialCapacity)
指定された初期容量で空の RoleUnresolvedList を作成します。 |
|
RoleUnresolvedList(List theList)
指定された List の要素を含む RoleUnresolvedList を作成します。 |
メソッドの概要 | |
---|---|
void |
add(int index,
RoleUnresolved theRoleUnres)
要素として指定された未解決のロールを指定の位置に挿入します。 |
void |
add(RoleUnresolved theRoleUnres)
リストの最後の要素として、指定された RoleUnresolved を追加します。 |
boolean |
addAll(int index,
RoleUnresolvedList theRoleUnresolvedList)
指定された RoleUnresolvedList 内のすべての要素を、指定された RoleUnresolvedList の反復子によって返される順番で、指定の位置に挿入します。 |
boolean |
addAll(RoleUnresolvedList theRoleUnresolvedList)
指定された RoleUnresolvedList 内のすべての要素を、指定された RoleUnresolvedList の反復子によって返される順番で、リストの末尾に付加します。 |
void |
set(int index,
RoleUnresolved theRoleUnres)
指定された位置の要素に、指定された未解決のロールを設定します。 |
クラス java.util.ArrayList から継承されたメソッド |
---|
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, lastIndexOf, remove, remove, removeRange, set, size, toArray, toArray, trimToSize |
クラス java.util.AbstractList から継承されたメソッド |
---|
equals, hashCode, iterator, listIterator, listIterator, subList |
クラス java.util.AbstractCollection から継承されたメソッド |
---|
containsAll, removeAll, retainAll, toString |
クラス java.lang.Object から継承されたメソッド |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
インタフェース java.util.List から継承されたメソッド |
---|
containsAll, equals, hashCode, iterator, listIterator, listIterator, removeAll, retainAll, subList |
コンストラクタの詳細 |
---|
public RoleUnresolvedList()
public RoleUnresolvedList(int theInitialCapacity)
theInitialCapacity
- 初期容量public RoleUnresolvedList(List theList) throws IllegalArgumentException
theList
- RoleUnresolved オブジェクトのリスト
IllegalArgumentException
- 次の条件が成立する場合:- パラメータが null の場合
または
- List 内に RoleUnresolved でない要素が含まれる場合
メソッドの詳細 |
---|
public void add(RoleUnresolved theRoleUnres) throws IllegalArgumentException
theRoleUnres
- - 追加される未解決のロール
IllegalArgumentException
- 未解決のロールが null の場合public void add(int index, RoleUnresolved theRoleUnres) throws IllegalArgumentException, IndexOutOfBoundsException
index
- - リスト内の新しい RoleUnresolved オブジェクトの挿入位置theRoleUnres
- - 挿入される RoleUnresolved オブジェクト
IllegalArgumentException
- 未解決のロールが null の場合
IndexOutOfBoundsException
- インデックスが範囲外の場合 (index < 0 || index > size()
)public void set(int index, RoleUnresolved theRoleUnres) throws IllegalArgumentException, IndexOutOfBoundsException
index
- - 指定された位置theRoleUnres
- - 未解決のロール要素の設定値
IllegalArgumentException
- 未解決のロールが null の場合
IndexOutOfBoundsException
- インデックスが範囲外の場合 (index < 0 || index >= size()
)public boolean addAll(RoleUnresolvedList theRoleUnresolvedList) throws IndexOutOfBoundsException
theRoleUnresolvedList
- - リストに挿入される要素 (null も可)
IndexOutOfBoundsException
- リスト外部のインデックスでアクセスした場合public boolean addAll(int index, RoleUnresolvedList theRoleUnresolvedList) throws IllegalArgumentException, IndexOutOfBoundsException
index
- - 指定された RoleUnresolvedList から最初の要素を挿入する位置theRoleUnresolvedList
- - リストに挿入される要素
IllegalArgumentException
- ロールが null の場合
IndexOutOfBoundsException
- インデックスが範囲外の場合 (index < 0 || index > size()
)
|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。