Uses of Class
org.datamixer.collections.DatamixerCollection

Packages that use DatamixerCollection
org.datamixer.collections   
org.datamixer.config.collections   
org.datamixer.containers   
org.datamixer.io   
 

Uses of DatamixerCollection in org.datamixer.collections
 

Subclasses of DatamixerCollection in org.datamixer.collections
 class CollectionWrapper
          Wrapper for Collection.
 class DatamixerList
           
 class Dates
           
 class Doubles
           
 class Ints
           
 class Strings
           
 class SyntheticList
           
 class ValueList
           
 

Fields in org.datamixer.collections declared as DatamixerCollection
protected  DatamixerCollection DatamixerIterator.collection_
          the associated collection
 

Methods in org.datamixer.collections that return DatamixerCollection
 DatamixerCollection IteratorReference.getCollection()
          Returns this iterator's collection.
 DatamixerCollection DatamixerIterator.getCollection()
          Returns this iterator's collection.
 

Methods in org.datamixer.collections with parameters of type DatamixerCollection
 void DatamixerIterator.setCollection(DatamixerCollection collection)
          Sets this iterator's collection.
 

Uses of DatamixerCollection in org.datamixer.config.collections
 

Methods in org.datamixer.config.collections that return DatamixerCollection
protected  DatamixerCollection IteratorConfig.resolveCollection()
           
 DatamixerCollection CollectionConfig.getCollectionImpl()
           
 

Uses of DatamixerCollection in org.datamixer.containers
 

Subclasses of DatamixerCollection in org.datamixer.containers
 class CollectionContainer
          A ListContainer manages a list of lists (DatamixerList objects).
 class CounterContainer
          A CounterContainer is a CollectionContainer that returns a CounterIterator.
 

Methods in org.datamixer.containers with parameters of type DatamixerCollection
 void CollectionContainerIterator.addElement(DatamixerCollection collection)
          Add collection to the element list.
 

Uses of DatamixerCollection in org.datamixer.io
 

Fields in org.datamixer.io declared as DatamixerCollection
protected  DatamixerCollection DMAttribute.collection_
          collection
 

Methods in org.datamixer.io that return DatamixerCollection
 DatamixerCollection DMAttribute.getCollection()
           
 

Methods in org.datamixer.io with parameters of type DatamixerCollection
 void DMAttribute.setCollection(DatamixerCollection value)
           
 



Copyright © 2004-2006 datamixer.org. All Rights Reserved.