org.jscience.net
Class ServerLogFile.ServerLogEntryEnumerator

java.lang.Object
  extended by org.jscience.util.AbstractIterator<ServerLogEntry>
      extended by org.jscience.net.ServerLogFile.ServerLogEntryEnumerator
All Implemented Interfaces:
java.util.Enumeration<ServerLogEntry>, java.util.Iterator<ServerLogEntry>
Enclosing class:
ServerLogFile

protected class ServerLogFile.ServerLogEntryEnumerator
extends AbstractIterator<ServerLogEntry>


Constructor Summary
protected ServerLogFile.ServerLogEntryEnumerator(Filter<ServerLogEntry> filter)
           
 
Method Summary
protected  void finalize()
           
protected  ServerLogEntry getNextObject()
          if no more Element is available, this method is to return null or throw any Exception
 
Methods inherited from class org.jscience.util.AbstractIterator
enumerate, hasMoreElements, hasNext, iterate, list, list, next, nextElement, remove, reverseEnumeration, sortEnumeration
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServerLogFile.ServerLogEntryEnumerator

protected ServerLogFile.ServerLogEntryEnumerator(Filter<ServerLogEntry> filter)
Method Detail

finalize

protected void finalize()
                 throws java.io.IOException
Overrides:
finalize in class java.lang.Object
Throws:
java.io.IOException

getNextObject

protected ServerLogEntry getNextObject()
                                throws java.lang.Exception
Description copied from class: AbstractIterator
if no more Element is available, this method is to return null or throw any Exception

Specified by:
getNextObject in class AbstractIterator<ServerLogEntry>
Returns:
DOCUMENT ME!
Throws:
java.lang.Exception - DOCUMENT ME!