de.uni_paderborn.fujaba.fsa.unparse
Class FSAInterface.ReadOnlyIterator

java.lang.Object
  extended byde.uni_paderborn.fujaba.fsa.unparse.FSAInterface.ReadOnlyIterator
All Implemented Interfaces:
java.util.Iterator
Enclosing class:
FSAInterface

private static class FSAInterface.ReadOnlyIterator
extends java.lang.Object
implements java.util.Iterator

No comment provided by developer, please add a comment to improve documentation.

Version:
$Revision: 1.18 $
Author:
$Author: lowende $

Field Summary
private  java.util.Iterator iterator
          No comment provided by developer, please add a comment to improve documentation.
 
Constructor Summary
FSAInterface.ReadOnlyIterator(java.util.Iterator iter)
          Constructor for class ReadOnlyIterator
 
Method Summary
 boolean hasNext()
          No comment provided by developer, please add a comment to improve documentation.
 java.lang.Object next()
          No comment provided by developer, please add a comment to improve documentation.
 void remove()
          No comment provided by developer, please add a comment to improve documentation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

iterator

private final java.util.Iterator iterator
No comment provided by developer, please add a comment to improve documentation.

Constructor Detail

FSAInterface.ReadOnlyIterator

public FSAInterface.ReadOnlyIterator(java.util.Iterator iter)
Constructor for class ReadOnlyIterator

Parameters:
iter - No description provided
Method Detail

hasNext

public boolean hasNext()
No comment provided by developer, please add a comment to improve documentation.

Specified by:
hasNext in interface java.util.Iterator
Returns:
No description provided

next

public java.lang.Object next()
No comment provided by developer, please add a comment to improve documentation.

Specified by:
next in interface java.util.Iterator
Returns:
No description provided

remove

public void remove()
No comment provided by developer, please add a comment to improve documentation.

Specified by:
remove in interface java.util.Iterator