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.db This package contains generally useful classes for generic database management. 
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 and also provides useful SQL-based implementations for com.antelmann.db classes 
com.antelmann.util This package contains generally useful classes that are used throughout the other packages in this framework. 
com.antelmann.util.gui This package contains utility classes for GUI related implementations. 
 

Uses of AbstractIterator in com.antelmann.calendar
 

Subclasses of AbstractIterator in com.antelmann.calendar
 class SQLCalendarEntryIterator
           
 

Uses of AbstractIterator in com.antelmann.db
 

Subclasses of AbstractIterator in com.antelmann.db
 class AbstractDBEnumeration<T extends DBEntry>
          a base for making it easy to implement DBEnumeration.
 

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.
 

Methods in com.antelmann.io that return AbstractIterator
 AbstractIterator<String> MyFile.getLineIterator()
           
 AbstractIterator<String> MyFile.getLineIterator(String charset)
          iterates over the lines of this file using a BufferedReader
 

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<Map<String,Object>> ConnectionHelper.iterate(ResultSet rs)
          remove() and close() are properly implemented in the returned iterator
 AbstractIterator<Object> ConnectionHelper.searchDuplicates(String table, String column, Map<String,?> restrictions)
           
 

Uses of AbstractIterator in com.antelmann.util
 

Methods in com.antelmann.util that return AbstractIterator
static AbstractIterator<BufferedImage> PDFUtils.extractImages(InputStream pdfStream)
          only works on a limited subset of PDF documents, unfortunately; happens to work just fine w/ PDFs produced by common scanners :)
static
<F> AbstractIterator<F>
AbstractIterator.filter(Enumeration<F> e, Filter<? super F> filter)
           
static
<F> AbstractIterator<F>
AbstractIterator.filter(Iterator<F> i, Filter<? super F> filter)
          remove() is not supported on the returned iterator
 

Uses of AbstractIterator in com.antelmann.util.gui
 

Methods in com.antelmann.util.gui that return AbstractIterator
static AbstractIterator<Object> TreeUtils.nodeIterator(TreeModel model)
           
 



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