Uses of Interface
com.hp.hpl.jena.util.iterator.Map1

Packages that use Map1
com.hp.hpl.jena.rdf.model A package for creating and manipulating RDF graphs.  
com.hp.hpl.jena.util.iterator   
 

Uses of Map1 in com.hp.hpl.jena.rdf.model
 

Methods in com.hp.hpl.jena.rdf.model with parameters of type Map1
 ExtendedIterator RDFList.mapWith(Map1 fn)
          Answer an iterator of the elements of this list, to each of which the given map function has been applied.
 

Uses of Map1 in com.hp.hpl.jena.util.iterator
 

Methods in com.hp.hpl.jena.util.iterator with parameters of type Map1
 ExtendedIterator NiceIterator.mapWith(Map1 map1)
          make a new iterator which is the elementwise _map1_ of the base iterator.
 ExtendedIterator LazyIterator.mapWith(Map1 map1)
           
 ExtendedIterator ExtendedIterator.mapWith(Map1 map1)
          return a new iterator where each element is the result of applying _map1_ to the corresponding element of _this_.
 

Constructors in com.hp.hpl.jena.util.iterator with parameters of type Map1
Map1Iterator(Map1 m, java.util.Iterator it)
          Construct a list of the converted.
 



Copyright © 2001-2003 Hewlett-Packard. All Rights Reserved.