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

Packages that use Map1
com.hp.hpl.jena.graph This package defines the Graph and Node family of classes, which form the underlying datatypes of the Jena system. 
com.hp.hpl.jena.rdf.model A package for creating and manipulating RDF graphs. 
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.graph
 

Fields in com.hp.hpl.jena.graph declared as Map1
static Map1<Triple,Node> Triple.getObject
           
static Map1<Triple,Node> Triple.getPredicate
           
static Map1<Triple,Node> Triple.getSubject
           
 

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

Fields in com.hp.hpl.jena.rdf.model declared as Map1
static Map1<Statement,RDFNode> Statement.Util.getObject
           
static Map1<Statement,Property> Statement.Util.getPredicate
           
static Map1<Statement,Resource> Statement.Util.getSubject
           
 

Methods in com.hp.hpl.jena.rdf.model with parameters of type Map1
<T> ExtendedIterator<T>
RDFList.mapWith(Map1<RDFNode,T> 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
<U> ExtendedIterator<U>
ExtendedIterator.mapWith(Map1<T,U> map1)
          return a new iterator where each element is the result of applying _map1_ to the corresponding element of _this_.
<U> ExtendedIterator<U>
LazyIterator.mapWith(Map1<T,U> map1)
           
<U> ExtendedIterator<U>
NiceIterator.mapWith(Map1<T,U> 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<From,To> map, java.util.Iterator<From> base)
          Construct a list of the converted.
 



Copyright ? 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP