org.gvsig.tools.persistence.impl
Class DelegatedSet

java.lang.Object
  extended by org.gvsig.tools.persistence.impl.DelegatedContainer
      extended by org.gvsig.tools.persistence.impl.DelegatedCollection
          extended by org.gvsig.tools.persistence.impl.DelegatedSet
All Implemented Interfaces:
Iterable, Collection, Set

public class DelegatedSet
extends DelegatedCollection
implements Set

Author:
jmvivo

Constructor Summary
DelegatedSet(Set delegated, PersistenceManagerServices manager, PersistentContextServices context)
           
 
Method Summary
 
Methods inherited from class org.gvsig.tools.persistence.impl.DelegatedCollection
add, addAll, clear, contains, containsAll, getWrappedIterator, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
 
Methods inherited from class org.gvsig.tools.persistence.impl.DelegatedContainer
getContext, getManager, getObject, getWrapper
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, 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

DelegatedSet

public DelegatedSet(Set delegated,
                    PersistenceManagerServices manager,
                    PersistentContextServices context)


Copyright © 2004-2011 gvSIG. All Rights Reserved.