Class ParametersIterator<K,V>

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

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

    • ParametersIterator

      public ParametersIterator(Iterator<cool.scx.collections.multi_map.IMultiMapEntry<K,V>> iterator)
  • Method Details