Uses of Class
org.smallmind.nutsnbolts.util.Tuple
-
Packages that use Tuple Package Description org.smallmind.nutsnbolts.http org.smallmind.nutsnbolts.util -
-
Uses of Tuple in org.smallmind.nutsnbolts.http
Methods in org.smallmind.nutsnbolts.http that return Tuple Modifier and Type Method Description static Tuple<String,String>HTTPCodec. urlDecode(String queryString)Methods in org.smallmind.nutsnbolts.http with parameters of type Tuple Modifier and Type Method Description static StringHTTPCodec. urlEncode(Tuple<String,String> tuple, String... ignoredKeys) -
Uses of Tuple in org.smallmind.nutsnbolts.util
Methods in org.smallmind.nutsnbolts.util with parameters of type Tuple Modifier and Type Method Description voidTuple. add(Tuple<K,V> tuple)
-