Holger's
Java API

Uses of Class
com.antelmann.util.AbstractIterator

Packages that use AbstractIterator
com.antelmann.calendar This package contains classes for implementing calendar and time related solutions. 
com.antelmann.io This package contains classes that are concerned with input/output operations. 
com.antelmann.net The classes in this package are designed to provide convenient access to Internet related functionality. 
com.antelmann.sql This package contains classes to ease JDBC development. 
 

Uses of AbstractIterator in com.antelmann.calendar
 

Subclasses of AbstractIterator in com.antelmann.calendar
 class SQLCalendarEntryIterator
           
 

Uses of AbstractIterator in com.antelmann.io
 

Subclasses of AbstractIterator in com.antelmann.io
 class ObjectEnumerator
          used to iterate over (potentially serialized) objects contained in a binary file or inputstream.
 

Uses of AbstractIterator in com.antelmann.net
 

Subclasses of AbstractIterator in com.antelmann.net
protected  class ServerLogFile.ServerLogEntryEnumerator
           
 

Uses of AbstractIterator in com.antelmann.sql
 

Methods in com.antelmann.sql that return AbstractIterator
 AbstractIterator<T> JDBCRowProxy.fetch(Filter<T> filter)
          if the iteration fails at any point, an IterationException is thrown.
 



(c) 2001-2006 Holger Antelmann - all rights reserved (contact: info@antelmann.com)
see www.antelmann.com/developer for further details and available downloads