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.reasoner.dig   
com.hp.hpl.jena.util.iterator A package for defining useful iterators and iterator operations, including concatenation, mapping, filtering, empty and singleton iterators, iterator wrappers, and the ExtendedIterator class used in many places in Jena. 
 

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.reasoner.dig
 

Classes in com.hp.hpl.jena.reasoner.dig that implement Map1
 class DIGValueToNodeMapper
           Mapper to map DIG identifier names and concrete value elements to Jena graph nodes.
 class TripleObjectFiller
           Mapper to create triples from a given predicate and subject
 class TripleSubjectFiller
           Mapper to create triples from a given predicate and object
 

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

Methods in com.hp.hpl.jena.util.iterator with parameters of type 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_.
 ExtendedIterator LazyIterator.mapWith(Map1 map1)
           
 ExtendedIterator NiceIterator.mapWith(Map1 map1)
          make a new iterator which is the elementwise _map1_ of the base iterator.
 

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



Copyright © 2000, 2001, 2002, 2003, 2004 Hewlett-Packard Development Company, LP