Uses of Class
org.apache.jena.atlas.lib.Pair

Packages that use Pair
com.hp.hpl.jena.sparql.core   
org.apache.jena.atlas.lib   
org.apache.jena.atlas.web.auth   
org.apache.jena.riot.out   
org.apache.jena.riot.system   
org.apache.jena.riot.writer   
 

Uses of Pair in com.hp.hpl.jena.sparql.core
 

Methods in com.hp.hpl.jena.sparql.core that return types with arguments of type Pair
 List<Pair<QuadAction,Quad>> DatasetChangesCapture.getActions()
           
 

Uses of Pair in org.apache.jena.atlas.lib
 

Methods in org.apache.jena.atlas.lib that return Pair
static
<L,R> Pair<L,R>
Pair.create(L x, R y)
           
 

Uses of Pair in org.apache.jena.atlas.web.auth
 

Constructor parameters in org.apache.jena.atlas.web.auth with type arguments of type Pair
ScopedAuthenticator(Map<URI,Pair<String,char[]>> credentials)
          Creates an authenticator with a set of credentials for URIs
ScopedNTAuthenticator(Map<URI,Pair<Tuple<String>,char[]>> credentials)
          Creates an authenticator with a set of credentials for URIs
 

Uses of Pair in org.apache.jena.riot.out
 

Methods in org.apache.jena.riot.out with parameters of type Pair
 void SinkEntityOutput.send(Pair<Node,Map<Node,Set<Node>>> item)
           
 

Uses of Pair in org.apache.jena.riot.system
 

Methods in org.apache.jena.riot.system that return Pair
 Pair<String,String> PrefixMapWrapper.abbrev(String uriStr)
           
 Pair<String,String> PrefixMapStd.abbrev(String uriStr)
           
 Pair<String,String> PrefixMapNull.abbrev(String uriStr)
           
 Pair<String,String> PrefixMapExtended.abbrev(String uriStr)
           
 Pair<String,String> PrefixMap.abbrev(String uriStr)
          Abbreviate an IRI and return a pair of prefix and local parts, or null.
 Pair<String,String> FastAbbreviatingPrefixMap.abbrev(String uriStr)
           
 

Uses of Pair in org.apache.jena.riot.writer
 

Methods in org.apache.jena.riot.writer with parameters of type Pair
 void SinkEntityOutput.send(Pair<Node,Map<Node,Set<Node>>> item)
           
 



Licenced under the Apache License, Version 2.0