Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
org.jdaemon.util.iterator.FunctionIterator

Uses of FunctionIterator in org.jdaemon.util.iterator
 

Subclasses of FunctionIterator in org.jdaemon.util.iterator
(package private)  class MapEntryConverter
          Iterator that converts data into map entry objects If o is an object returned by the next() method of iterator i, And j = new MapEntryConverter(i), then j.next() will return an object e supporting the Map.Entry interface.