fr.ifremer.isisfish.ui.widget
Class Interval.IntervalIterator
java.lang.Object
fr.ifremer.isisfish.ui.widget.Interval.IntervalIterator
- All Implemented Interfaces:
- Iterator
- Enclosing class:
- Interval
public static class Interval.IntervalIterator
- extends Object
- implements Iterator
| 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
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.