Class FluentStringsMap

java.lang.Object
com.ning.http.client.FluentStringsMap
All Implemented Interfaces:
Iterable<Map.Entry<String,List<String>>>, Map<String,List<String>>

public class FluentStringsMap extends Object implements Map<String,List<String>>, Iterable<Map.Entry<String,List<String>>>
An implementation of a String -> List<String> map that adds a fluent interface, i.e. methods that return this instance.