fr.ifremer.isisfish.ui.widget
Class Interval.IntervalIterator

java.lang.Object
  extended by fr.ifremer.isisfish.ui.widget.Interval.IntervalIterator
All Implemented Interfaces:
Iterator
Enclosing class:
Interval

public static class Interval.IntervalIterator
extends Object
implements Iterator


Constructor Summary
Interval.IntervalIterator(int min, int max, int first, int last)
           
 
Method Summary
 boolean hasNext()
           
 Object next()
           
 int nextInt()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Interval.IntervalIterator

public Interval.IntervalIterator(int min,
                                 int max,
                                 int first,
                                 int last)
Method Detail

hasNext

public boolean hasNext()
Specified by:
hasNext in interface Iterator

nextInt

public int nextInt()

next

public Object next()
Specified by:
next in interface Iterator

remove

public void remove()
Specified by:
remove in interface Iterator


Copyright © 1999-2010 CodeLutin. All Rights Reserved.