org.virbo.dataset
Class QubeDataSetIterator.StartStopStepIteratorFactory

java.lang.Object
  extended by org.virbo.dataset.QubeDataSetIterator.StartStopStepIteratorFactory
All Implemented Interfaces:
QubeDataSetIterator.DimensionIteratorFactory
Enclosing class:
QubeDataSetIterator

public static class QubeDataSetIterator.StartStopStepIteratorFactory
extends java.lang.Object
implements QubeDataSetIterator.DimensionIteratorFactory


Constructor Summary
QubeDataSetIterator.StartStopStepIteratorFactory(java.lang.Integer start, java.lang.Integer stop, java.lang.Integer step)
           
 
Method Summary
 QubeDataSetIterator.DimensionIterator newIterator(int length)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QubeDataSetIterator.StartStopStepIteratorFactory

public QubeDataSetIterator.StartStopStepIteratorFactory(java.lang.Integer start,
                                                        java.lang.Integer stop,
                                                        java.lang.Integer step)
Method Detail

newIterator

public QubeDataSetIterator.DimensionIterator newIterator(int length)
Specified by:
newIterator in interface QubeDataSetIterator.DimensionIteratorFactory