JADE Java Persistence API
1.0

com.jadeworld.jade.rootschema
Class ObjectSet<M>

java.lang.Object
  extended by com.jadeworld.jade.rootschema.Object
      extended by com.jadeworld.jade.rootschema.Collection<M>
          extended by com.jadeworld.jade.rootschema.ObjectSet<M>
All Implemented Interfaces:
java.lang.Iterable<M>, java.util.Collection<M>

public class ObjectSet<M>
extends Collection<M>

The Set class encapsulates the behavior of a set collection. A set is an unordered collection of objects. An object cannot be referenced in a set more than once. Can be used to create a generic JADE set holding objects of any class.


Field Summary
 
Fields inherited from class com.jadeworld.jade.rootschema.Object
oid
 
Constructor Summary
ObjectSet()
           
 
Method Summary
 
Methods inherited from class com.jadeworld.jade.rootschema.Collection
add, addAll, clear, contains, containsAll, copy, countOf, createIterator, deleteIfEmpty, first, getOwner, getStatistics, indexOf, instantiate, isEmpty, iterator, last, maxSize, purge, remove, removeAll, retainAll, setBlockSize, size, toArray, toArray, toString
 
Methods inherited from class com.jadeworld.jade.rootschema.Object
changeObjectVolatility, creationTime, edition, equals, exclusiveLock, getClassNumberForObject, getInstanceIdForObject, getLockStatus, getName, getObjectStringForObject, getObjectVolatility, getOidString, getOidStringForObject, getPropertyValue, hashCode, hasMembers, isImportedObject, isKindOf, isLockedByMe, isObjectFrozen, isObjectNonSharedTransient, isObjectPersistent, isObjectSharedTransient, isObjectStable, isObjectTransient, isObjectVolatile, isSharedTransient, isSystemObject, isTransient, latestEdition, lock, makeObjectFrozen, makeObjectStable, makeObjectVolatile, reserveLock, sdeCauseEvent, sdsCauseEvent, setPropertyValue, sharedLock, tryLock, unlock, updateObjectEdition
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Collection
equals, hashCode
 

Constructor Detail

ObjectSet

public ObjectSet()

JADE Java Persistence API
1.0

Copyright © 2007 Jade Software Corporation