org.apache.myfaces.shared_tomahawk.util
Class NullIterator
java.lang.Object
   org.apache.myfaces.shared_tomahawk.util.NullIterator
org.apache.myfaces.shared_tomahawk.util.NullIterator
- All Implemented Interfaces: 
- Iterator
- public final class NullIterator 
- extends Object- implements Iterator
Iterator without elements
- Version:
- $Revision: 557350 $ $Date: 2007-07-18 13:19:50 -0500 (Wed, 18 Jul 2007) $
- Author:
- Anton Koinov (latest modification by $Author: matzew $)
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
NullIterator
public NullIterator()
instance
public static final Iterator instance()
- 
 
- 
 
hasNext
public boolean hasNext()
- 
- Specified by:
- hasNextin interface- Iterator
 
- 
 
next
public Object next()
- 
- Specified by:
- nextin interface- Iterator
 
- 
 
remove
public void remove()
- 
- Specified by:
- removein interface- Iterator
 
- 
 
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.