Class ParameterEntryImpl<K,V>

java.lang.Object
cool.scx.http.parameters.ParameterEntryImpl<K,V>
All Implemented Interfaces:
ParameterEntry<K,V>

public class ParameterEntryImpl<K,V> extends Object implements ParameterEntry<K,V>
  • Constructor Details

    • ParameterEntryImpl

      public ParameterEntryImpl(cool.scx.collections.multi_map.IMultiMapEntry<K,V> entry)
  • Method Details