Uses of Interface
org.littleshoot.util.Pair

Packages that use Pair
org.littleshoot.util   
 

Uses of Pair in org.littleshoot.util
 

Classes in org.littleshoot.util that implement Pair
 class PairImpl<T1,T2>
          An implementation of the pair interface.
 

Methods in org.littleshoot.util that return Pair
static Pair<String,String> UriUtils.pair(String name, boolean value)
          Returns a pair of strings created from a string name and a boolean value.
static Pair<String,String> UriUtils.pair(String name, long value)
          Returns a pair of strings created from a string name and a long value.
static Pair<String,String> UriUtils.pair(String s1, String s2)
          Returns a pair of strings created from two strings.
static Pair<String,String> UriUtils.pair(String name, URI value)
          Returns a pair of strings created from a string name and a URI value.
 

Method parameters in org.littleshoot.util with type arguments of type Pair
static String UriUtils.newUrl(String baseUrl, Collection<Pair<String,String>> params)
          Creates a new URL string from the specified base URL and parameters.
static String UriUtils.newWwwUrlEncodedUrl(String baseUrl, Collection<Pair<String,String>> params)
          Creates a new URL string from the specified base URL and parameters encoded in non-form encoding, www-urlencoded.
 



Copyright © 2011-2013 LittleShoot. All Rights Reserved.