org.milyn.edisax.model.internal
Class ParamEntry<K,V>

java.lang.Object
  extended by org.milyn.edisax.model.internal.ParamEntry<K,V>
All Implemented Interfaces:
Map.Entry<K,V>

public class ParamEntry<K,V>
extends Object
implements Map.Entry<K,V>

ParamEntry.

Author:
bardl

Constructor Summary
ParamEntry(K key, V value)
           
 
Method Summary
 K getKey()
           
 V getValue()
           
 V setValue(V value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Map.Entry
equals, hashCode
 

Constructor Detail

ParamEntry

public ParamEntry(K key,
                  V value)
Method Detail

getKey

public K getKey()
Specified by:
getKey in interface Map.Entry<K,V>

getValue

public V getValue()
Specified by:
getValue in interface Map.Entry<K,V>

setValue

public V setValue(V value)
Specified by:
setValue in interface Map.Entry<K,V>


Copyright © 2018. All rights reserved.