org.decisiondeck.utils.collections
Class ForwardingSetChangeableDelegate<T>
java.lang.Object
com.google.common.collect.ForwardingObject
com.google.common.collect.ForwardingCollection<E>
com.google.common.collect.ForwardingSet<T>
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>
| 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 interface java.util.Set |
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray |
ForwardingSetChangeableDelegate
public ForwardingSetChangeableDelegate(Set<T> delegate)
- Parameters:
delegate - not null.
setDelegate
public void setDelegate(Set<T> delegate)
- Parameters:
delegate - not null.
Copyright © 2011. All Rights Reserved.