Class Jasenet.JasenetIterator

java.lang.Object
  |
  +--Jasenet.JasenetIterator
All Implemented Interfaces:
java.util.Iterator
Enclosing class:
Jasenet

public class Jasenet.JasenetIterator
extends java.lang.Object
implements java.util.Iterator

Iteraattorin implementointi.

Version:
1.0, 20.03.2003
Author:
Vesa Lappalainen

Field Summary
private  int kohdalla
           
 
Constructor Summary
Jasenet.JasenetIterator()
           
 
Method Summary
 boolean hasNext()
           
 java.lang.Object next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

kohdalla

private int kohdalla
Constructor Detail

Jasenet.JasenetIterator

public Jasenet.JasenetIterator()
Method Detail

hasNext

public boolean hasNext()
Specified by:
hasNext in interface java.util.Iterator

next

public java.lang.Object next()
                      throws java.util.NoSuchElementException
Specified by:
next in interface java.util.Iterator
java.util.NoSuchElementException

remove

public void remove()
            throws java.lang.UnsupportedOperationException
Specified by:
remove in interface java.util.Iterator
java.lang.UnsupportedOperationException