|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Pair | |
|---|---|
| net.shibboleth.utilities.java.support.collection | Additional implementations of, and helpers for working with, collections. |
| net.shibboleth.utilities.java.support.net | Classes for working with HTTP URLs and the protocol. |
| Uses of Pair in net.shibboleth.utilities.java.support.collection |
|---|
| Constructors in net.shibboleth.utilities.java.support.collection with parameters of type Pair | |
|---|---|
Pair(Pair<? extends T1,? extends T2> pair)
Copy constructor. |
|
| Uses of Pair in net.shibboleth.utilities.java.support.net |
|---|
| Methods in net.shibboleth.utilities.java.support.net that return types with arguments of type Pair | |
|---|---|
static List<Pair<String,String>> |
UriSupport.parseQueryString(String queryString)
Parses a RFC-3968 encoded query string in to a set of name/value pairs. |
| Method parameters in net.shibboleth.utilities.java.support.net with type arguments of type Pair | |
|---|---|
static String |
UriSupport.buildQuery(List<Pair<String,String>> parameters)
Builds an RFC-3968 encoded URL query component from a collection of parameters. |
static URI |
UriSupport.setQuery(URI prototype,
List<Pair<String,String>> parameters)
Sets the query of a URI. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||