woolpack.utils
クラス DelegationSet<E>

java.lang.Object
  上位を拡張 woolpack.utils.DelegationCollection<E>
      上位を拡張 woolpack.utils.DelegationSet<E>
型パラメータ:
E -
すべての実装されたインタフェース:
Iterable<E>, Collection<E>, Set<E>

public class DelegationSet<E>
extends DelegationCollection<E>
implements Set<E>

委譲先に委譲するSetです。
適用しているデザインパターン:Delegation。


コンストラクタの概要
DelegationSet(Set<E> child)
           
 
メソッドの概要
 
クラス woolpack.utils.DelegationCollection から継承されたメソッド
add, addAll, clear, contains, containsAll, equals, getCollection, hashCode, isEmpty, iterator, remove, removeAll, retainAll, setCollection, size, toArray, toArray, toString
 
クラス java.lang.Object から継承されたメソッド
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
インタフェース java.util.Set から継承されたメソッド
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
 

コンストラクタの詳細

DelegationSet

public DelegationSet(Set<E> child)


Copyright (C) 2006-2007 Takahiro Nakamura. All rights reserved.