net.walend.lyophil.collection
Class AbstractHashMapToFreezables.IteratorOfFreezables

java.lang.Object
  |
  +--net.walend.lyophil.collection.AbstractHashMapToFreezables.IteratorOfFreezables
All Implemented Interfaces:
FreezableIterator, java.util.Iterator
Enclosing class:
AbstractHashMapToFreezables

private class AbstractHashMapToFreezables.IteratorOfFreezables
extends java.lang.Object
implements FreezableIterator


Field Summary
private  java.util.Iterator it
           
 
Constructor Summary
AbstractHashMapToFreezables.IteratorOfFreezables(java.util.Iterator iterator)
           
 
Method Summary
 boolean hasNext()
           
 java.lang.Object next()
           
 Freezable nextFreezable()
          Returns the next Freezable in the interator.
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

it

private java.util.Iterator it
Constructor Detail

AbstractHashMapToFreezables.IteratorOfFreezables

public AbstractHashMapToFreezables.IteratorOfFreezables(java.util.Iterator iterator)
Method Detail

hasNext

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

next

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

remove

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

nextFreezable

public Freezable nextFreezable()
Returns the next Freezable in the interator.

Specified by:
nextFreezable in interface FreezableIterator
Throws:
NoSuchElementException - if the iterator has no more elements.


Copyright (c) 2000, 2001, David Walend