org.datamixer.containers
Class CounterContainer

java.lang.Object
  extended byorg.datamixer.collections.DatamixerCollection
      extended byorg.datamixer.collections.DatamixerList
          extended byorg.datamixer.containers.CollectionContainer
              extended byorg.datamixer.containers.CounterContainer
All Implemented Interfaces:
java.util.Collection, java.util.List

public class CounterContainer
extends CollectionContainer

A CounterContainer is a CollectionContainer that returns a CounterIterator.


Field Summary
 
Fields inherited from class org.datamixer.containers.CollectionContainer
lists_
 
Fields inherited from class org.datamixer.collections.DatamixerCollection
dataType_, debugEnabled_, formatPattern_, id_, initialized_, logger_, name_, repeat_
 
Constructor Summary
CounterContainer()
           
 
Method Summary
protected  DatamixerIterator createIterator()
          Returns an iterator over the elements in this collection.
 
Methods inherited from class org.datamixer.containers.CollectionContainer
addList, doGet, doGetSize, getLists, getSlice, getValue, newArray
 
Methods inherited from class org.datamixer.collections.DatamixerList
add, addAll, contains, containsAll, get, indexOf, lastIndexOf, listIterator, listIterator, remove, set, subList, toArray, toArray
 
Methods inherited from class org.datamixer.collections.DatamixerCollection
add, addAll, clear, doInitialize, error, getDatamixerIterator, getDataType, getFormatPattern, getId, getName, getRepeat, getSize, initialize, isEmpty, iterator, remove, removeAll, retainAll, setDataType, setFormatPattern, setId, setName, setRepeat, size
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.List
add, addAll, clear, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size
 

Constructor Detail

CounterContainer

public CounterContainer()
Method Detail

createIterator

protected DatamixerIterator createIterator()
Returns an iterator over the elements in this collection.

Overrides:
createIterator in class CollectionContainer
Returns:
an iterator over the elements in this collection.


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