|
Orbital library | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorbital.util.DelegateCollection
orbital.util.DelegateSet
public class DelegateSet
A DelegateSet that works as a delegator to sets.
This class simply implements Set and extends DelegateCollection, since a DelegateCollection can also be used as a delegate for Sets due to the identical interfaces differing only by semantics.
| Constructor Summary | |
|---|---|
protected |
DelegateSet(java.util.Set delegatee)
Extend to create a Set delegating to an implementation Set. |
| Method Summary | |
|---|---|
protected void |
setDelegatee(java.util.Collection delegatee)
Set the delegatee Collection to which operations are delegated. |
protected void |
setDelegatee(java.util.Set delegatee)
|
| Methods inherited from class orbital.util.DelegateCollection |
|---|
add, addAll, clear, contains, containsAll, equals, getDelegatee, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface java.util.Set |
|---|
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray |
| Constructor Detail |
|---|
protected DelegateSet(java.util.Set delegatee)
delegatee - the implementation-Set to that Set operations are delegated.| Method Detail |
|---|
protected void setDelegatee(java.util.Set delegatee)
protected void setDelegatee(java.util.Collection delegatee)
DelegateCollection
setDelegatee in class DelegateCollectiondelegatee - the implementation-Collection that Collection operations are delegated to.
|
Orbital library 1.2.0: 23 Apr 2008 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||