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>
ParameterEntryImpl
Version:
0.0.1
Author:
scx567888
  • Constructor Details

    • ParameterEntryImpl

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