|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
public interface Container<T>
| メソッドの概要 | |
|---|---|
boolean |
contains(T o)
Returns true if this container contains the specified object. |
| メソッドの詳細 |
|---|
boolean contains(T o)
o - element whose presence in this container is to be tested.
ClassCastException - if the type of the specified element
is incompatible with this collection (optional).
NullPointerException - if the specified element is null and this
collection does not support null elements (optional).
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||