Uses of Class
dsto.dfc.collections.BasicMonitoredCollection

Packages that use BasicMonitoredCollection
dsto.dfc.collections Extensions to the Java Collections framework, including support for event notification on dynamic collections. 
dsto.dfc.databeans   
 

Uses of BasicMonitoredCollection in dsto.dfc.collections
 

Subclasses of BasicMonitoredCollection in dsto.dfc.collections
 class BasicMonitoredList
          Basic implementation of MonitoredList that acts as a wrapper around a List instance.
 class BasicMonitoredSet
          Basic implementation of MonitoredSet that acts as a wrapper around a Set instance.
 class DfcMonitoredList
          Extended MonitoredList implementation supporting move operations.
 class SuperSet
          A superset of a number of subsets.
 

Methods in dsto.dfc.collections that return BasicMonitoredCollection
protected  BasicMonitoredCollection BasicMonitoredCollection.emptyClone()
          Make an empty clone of this collection (ie a copy with none of the original elements).
 

Uses of BasicMonitoredCollection in dsto.dfc.databeans
 

Subclasses of BasicMonitoredCollection in dsto.dfc.databeans
 class ListDataObject
          An extension of the DFC monitored list that supports access via the IDataObject interface.
 class SetDataObject
          An extension of the DFC monitored set that supports access via the IDataObject interface.
 class StackDataObject
          A convenience class that extends ListDataObject to provide a monitored stack.
 



Copyright © 2008 Commonwealth of Australia