wt.fc.collections
Class EmptyCollections.EmptyIterator
java.lang.Object
wt.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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EmptyCollections.EmptyIterator
EmptyCollections.EmptyIterator()
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()