Package jodd.http

Class HttpMultiMap.MapEntry<V>

  • All Implemented Interfaces:
    java.util.Map.Entry<java.lang.String,​V>
    Enclosing class:
    HttpMultiMap<V>

    private static final class HttpMultiMap.MapEntry<V>
    extends java.lang.Object
    implements java.util.Map.Entry<java.lang.String,​V>
    • Constructor Detail

      • MapEntry

        private MapEntry​(int hash,
                         java.lang.String key,
                         V value)
    • Method Detail

      • remove

        void remove()
      • getKey

        public java.lang.String getKey()
        Specified by:
        getKey in interface java.util.Map.Entry<java.lang.String,​V>
      • getValue

        public V getValue()
        Specified by:
        getValue in interface java.util.Map.Entry<java.lang.String,​V>
      • setValue

        public V setValue​(V value)
        Specified by:
        setValue in interface java.util.Map.Entry<java.lang.String,​V>
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object