Uses of Interface
org.odmg.DSet

Packages that use DSet
org.apache.ojb.odmg   
org.apache.ojb.odmg.collections   
org.odmg   
 

Uses of DSet in org.apache.ojb.odmg
 

Methods in org.apache.ojb.odmg that return DSet
 DSet ImplementationJTAImpl.newDSet()
           
 DSet ImplementationImpl.newDSet()
          Create a new DSet object.
 

Uses of DSet in org.apache.ojb.odmg.collections
 

Classes in org.apache.ojb.odmg.collections that implement DSet
 class DSetImpl
           
 

Methods in org.apache.ojb.odmg.collections that return DSet
 DSet DSetImpl.difference(DSet otherSet)
          Create a new DSet object that contains the elements of this collection minus the elements in otherSet.
 DSet DSetImpl.intersection(DSet otherSet)
          Create a new DSet object that is the set intersection of this DSet object and the set referenced by otherSet.
 DSet DSetImpl.union(DSet otherSet)
          Create a new DSet object that is the set union of this DSet object and the set referenced by otherSet.
 

Methods in org.apache.ojb.odmg.collections with parameters of type DSet
 DSet DSetImpl.difference(DSet otherSet)
          Create a new DSet object that contains the elements of this collection minus the elements in otherSet.
 DSet DSetImpl.intersection(DSet otherSet)
          Create a new DSet object that is the set intersection of this DSet object and the set referenced by otherSet.
 boolean DSetImpl.properSubsetOf(DSet otherSet)
          Determine whether this set is a proper subset of the set referenced by otherSet.
 boolean DSetImpl.properSupersetOf(DSet otherSet)
          Determine whether this set is a proper superset of the set referenced by otherSet.
 boolean DSetImpl.subsetOf(DSet otherSet)
          Determine whether this set is a subset of the set referenced by otherSet.
 boolean DSetImpl.supersetOf(DSet otherSet)
          Determine whether this set is a superset of the set referenced by otherSet.
 DSet DSetImpl.union(DSet otherSet)
          Create a new DSet object that is the set union of this DSet object and the set referenced by otherSet.
 

Uses of DSet in org.odmg
 

Methods in org.odmg that return DSet
 DSet DSet.difference(DSet otherSet)
          Create a new DSet object that contains the elements of this collection minus the elements in otherSet.
 DSet DSet.intersection(DSet otherSet)
          Create a new DSet object that is the set intersection of this DSet object and the set referenced by otherSet.
 DSet Implementation.newDSet()
          Create a new DSet object.
 DSet DSet.union(DSet otherSet)
          Create a new DSet object that is the set union of this DSet object and the set referenced by otherSet.
 

Methods in org.odmg with parameters of type DSet
 DSet DSet.difference(DSet otherSet)
          Create a new DSet object that contains the elements of this collection minus the elements in otherSet.
 DSet DSet.intersection(DSet otherSet)
          Create a new DSet object that is the set intersection of this DSet object and the set referenced by otherSet.
 boolean DSet.properSubsetOf(DSet otherSet)
          Determine whether this set is a proper subset of the set referenced by otherSet.
 boolean DSet.properSupersetOf(DSet otherSet)
          Determine whether this set is a proper superset of the set referenced by otherSet.
 boolean DSet.subsetOf(DSet otherSet)
          Determine whether this set is a subset of the set referenced by otherSet.
 boolean DSet.supersetOf(DSet otherSet)
          Determine whether this set is a superset of the set referenced by otherSet.
 DSet DSet.union(DSet otherSet)
          Create a new DSet object that is the set union of this DSet object and the set referenced by otherSet.
 



Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.