wt.fc.collections
Class EmptyCollections.EmptyIterator

java.lang.Object
  extended bywt.fc.collections.EmptyCollections.EmptyIterator
All Implemented Interfaces:
Iterator, Serializable
Direct Known Subclasses:
EmptyCollections.EmptyListIterator
Enclosing class:
EmptyCollections

static class EmptyCollections.EmptyIterator
extends Object
implements Iterator, Serializable


Constructor Summary
(package private) EmptyCollections.EmptyIterator()
           
 
Method Summary
 boolean hasNext()
           
 Object next()
           
private  Object readResolve()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EmptyCollections.EmptyIterator

EmptyCollections.EmptyIterator()
Method Detail

hasNext

public boolean hasNext()
Specified by:
hasNext in interface Iterator

next

public Object next()
Specified by:
next in interface Iterator

remove

public void remove()
Specified by:
remove in interface Iterator

readResolve

private Object readResolve()