org.seasar.util.collection
クラス CaseInsensitiveSet
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractSet<String>
org.seasar.util.collection.CaseInsensitiveSet
- すべての実装されたインタフェース:
- Serializable, Iterable<String>, Collection<String>, Set<String>
public class CaseInsensitiveSet
- extends AbstractSet<String>
- implements Set<String>, Serializable
大文字小文字を気にしない Set
です。
- 作成者:
- higa
- 関連項目:
- 直列化された形式
CaseInsensitiveSet
public CaseInsensitiveSet()
CaseInsensitiveSet
を作成します。
CaseInsensitiveSet
public CaseInsensitiveSet(Collection<String> c)
CaseInsensitiveSet
を作成します。
- パラメータ:
c
- コピー元のコレクション
CaseInsensitiveSet
public CaseInsensitiveSet(int initialCapacity)
CaseInsensitiveSet
を作成します。
- パラメータ:
initialCapacity
- 初期容量
iterator
public Iterator<String> iterator()
- 定義:
- インタフェース
Iterable<String>
内の iterator
- 定義:
- インタフェース
Collection<String>
内の iterator
- 定義:
- インタフェース
Set<String>
内の iterator
- 定義:
- クラス
AbstractCollection<String>
内の iterator
size
public int size()
- 定義:
- インタフェース
Collection<String>
内の size
- 定義:
- インタフェース
Set<String>
内の size
- 定義:
- クラス
AbstractCollection<String>
内の size
isEmpty
public boolean isEmpty()
- 定義:
- インタフェース
Collection<String>
内の isEmpty
- 定義:
- インタフェース
Set<String>
内の isEmpty
- オーバーライド:
- クラス
AbstractCollection<String>
内の isEmpty
contains
public boolean contains(Object o)
- 定義:
- インタフェース
Collection<String>
内の contains
- 定義:
- インタフェース
Set<String>
内の contains
- オーバーライド:
- クラス
AbstractCollection<String>
内の contains
add
public boolean add(String o)
- 定義:
- インタフェース
Collection<String>
内の add
- 定義:
- インタフェース
Set<String>
内の add
- オーバーライド:
- クラス
AbstractCollection<String>
内の add
remove
public boolean remove(Object o)
- 定義:
- インタフェース
Collection<String>
内の remove
- 定義:
- インタフェース
Set<String>
内の remove
- オーバーライド:
- クラス
AbstractCollection<String>
内の remove
clear
public void clear()
- 定義:
- インタフェース
Collection<String>
内の clear
- 定義:
- インタフェース
Set<String>
内の clear
- オーバーライド:
- クラス
AbstractCollection<String>
内の clear
Copyright © 2010-2012 The Seasar Foundation. All Rights Reserved.