fr.ifremer.isisfish.ui.widget
Class Interval.IntervalIterator
java.lang.Object
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>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Interval.IntervalIterator
public Interval.IntervalIterator(int min,
int max,
int first,
int last)
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.