de.uni_paderborn.fujaba.fsa.unparse
Class WeakKey.ReferenceIterator

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

public static class WeakKey.ReferenceIterator
extends java.lang.Object
implements java.util.Iterator

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

Version:
$Revision: 1.8 $
Author:
$Author: lowende $

Constructor Summary
WeakKey.ReferenceIterator(java.util.Iterator iter)
          Constructor for class ReferenceIterator
 
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
 

Constructor Detail

WeakKey.ReferenceIterator

public WeakKey.ReferenceIterator(java.util.Iterator iter)
Constructor for class ReferenceIterator

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