net.walend.lyophil.collection
Interface FreezableIterator

All Superinterfaces:
java.util.Iterator
All Known Implementing Classes:
AbstractHashMapToFreezables.IteratorOfFreezables, FreezerIterator, IteratorOfFreezables

public interface FreezableIterator
extends java.util.Iterator

An iterator over a collection of Freezables. This interface extends java.util.Iterator with methods that return Freezables.

It isn't Freezable itself.

Since:
20010105
Author:
David Walend

Method Summary
 Freezable nextFreezable()
          Returns the next Freezable in the interator.
 
Methods inherited from interface java.util.Iterator
hasNext, next, remove
 

Method Detail

nextFreezable

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

Throws:
NoSuchElementException - if the iterator has no more elements.


Copyright (c) 2000, 2001, David Walend