com.googlecode.jpattern.service.log.reader
Class NullIterator

java.lang.Object
  extended by com.googlecode.jpattern.service.log.reader.NullIterator
All Implemented Interfaces:
Iterator<String>

public class NullIterator
extends Object
implements Iterator<String>

Author:
Francesco Cina' 07/ago/2009

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

Constructor Detail

NullIterator

public NullIterator()
Method Detail

hasNext

public boolean hasNext()
Specified by:
hasNext in interface Iterator<String>

next

public String next()
Specified by:
next in interface Iterator<String>

remove

public void remove()
Specified by:
remove in interface Iterator<String>


Copyright © 2011. All Rights Reserved.