org.decisiondeck.utils.collections
Class ForwardingSetChangeableDelegate<T>

java.lang.Object
  extended by com.google.common.collect.ForwardingObject
      extended by com.google.common.collect.ForwardingCollection<E>
          extended by com.google.common.collect.ForwardingSet<T>
              extended by org.decisiondeck.utils.collections.ForwardingSetChangeableDelegate<T>
All Implemented Interfaces:
Iterable<T>, Collection<T>, Set<T>

public class ForwardingSetChangeableDelegate<T>
extends ForwardingSet<T>
implements Set<T>


Constructor Summary
ForwardingSetChangeableDelegate(Set<T> delegate)
           
 
Method Summary
 void setDelegate(Set<T> delegate)
           
 
Methods inherited from class com.google.common.collect.ForwardingSet
equals, hashCode
 
Methods inherited from class com.google.common.collect.ForwardingCollection
add, addAll, clear, contains, containsAll, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
 
Methods inherited from class com.google.common.collect.ForwardingObject
toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, 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

ForwardingSetChangeableDelegate

public ForwardingSetChangeableDelegate(Set<T> delegate)
Parameters:
delegate - not null.
Method Detail

setDelegate

public void setDelegate(Set<T> delegate)
Parameters:
delegate - not null.


Copyright © 2011. All Rights Reserved.