Uses of Class
org.apache.shindig.common.Pair

Packages that use Pair
org.apache.shindig.common   
org.apache.shindig.common.servlet   
 

Uses of Pair in org.apache.shindig.common
 

Methods in org.apache.shindig.common that return Pair
static
<T1,T2> Pair<T1,T2>
Pair.of(T1 one, T2 two)
           
 

Uses of Pair in org.apache.shindig.common.servlet
 

Methods in org.apache.shindig.common.servlet that return types with arguments of type Pair
static List<Pair<String,String>> HttpUtil.getCachingHeadersToSet(int ttl, boolean noProxy)
           
 



Copyright © 2007-2012. All Rights Reserved.