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

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

public static class Interval.IntervalIterator
extends Object
implements Iterator<Integer>


Constructor Summary
Interval.IntervalIterator(int min, int max, int first, int last)
           
 
Method Summary
 boolean hasNext()
           
 Integer 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<Integer>

nextInt

public int nextInt()

next

public Integer next()
Specified by:
next in interface Iterator<Integer>

remove

public void remove()
Specified by:
remove in interface Iterator<Integer>


Copyright © 1999-2012 CodeLutin. All Rights Reserved.