java.lang.Object
colesico.framework.http.HttpValues<K,V>
Represents http values map
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
HttpValues
-
-
Method Details
-
hasKey
-
get
Returns first value associated with given key or null. To retrieve all values associated with given key usegetAll(K) -
getKeys
-
getAll
Returns all values associated with given key or null. -
size
public int size() -
isEmpty
public boolean isEmpty() -
export
-