JADE Java Persistence API
1.0

com.jadeworld.jade.rootschema
Class NodeDict<Node>

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

public class NodeDict<Node>
extends MemberKeyDictionary<Node>

Dictionary of Node, keyed on name. Used by parameters of System methods.

Author:
JADE Development Centre, Jade Software Corporation Ltd.

Field Summary
 
Fields inherited from class com.jadeworld.jade.rootschema.Object
oid
 
Constructor Summary
NodeDict()
          Creates a new instance of NodeDict
 
Method Summary
 
Methods inherited from class com.jadeworld.jade.rootschema.Dictionary
getAtKey, getAtKeyGeq, getAtKeyGtr, getAtKeyLeq, getAtKeyLss, getIteratorKeys, includes, includesKey, putAtKey, remove, removeKeyEntry, startKeyGeq, startKeyGtr, startKeyLeq, startKeyLss
 
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

NodeDict

public NodeDict()
Creates a new instance of NodeDict


JADE Java Persistence API
1.0

Copyright © 2007 Jade Software Corporation