Class HttpValues<K,​V>

java.lang.Object
colesico.framework.http.HttpValues<K,​V>

public final class HttpValues<K,​V>
extends java.lang.Object
Author:
Vladlen Larionov
  • Constructor Summary

    Constructors 
    Constructor Description
    HttpValues​(java.util.Map<K,​MultiValue<V>> valuesMap)  
  • Method Summary

    Modifier and Type Method Description
    V get​(java.lang.Object key)  
    MultiValue<V> getAll​(java.lang.Object key)  
    java.util.Set<K> getKeys()  
    boolean isEmpty()  
    int size()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • get

      public V get​(java.lang.Object key)
    • getKeys

      public java.util.Set<K> getKeys()
    • getAll

      public MultiValue<V> getAll​(java.lang.Object key)
    • size

      public int size()
    • isEmpty

      public boolean isEmpty()