com.mebigfatguy.fbcontrib.utils
Class MapEntry<K,V>

java.lang.Object
  extended by com.mebigfatguy.fbcontrib.utils.MapEntry<K,V>
All Implemented Interfaces:
java.util.Map.Entry<K,V>

public class MapEntry<K,V>
extends java.lang.Object
implements java.util.Map.Entry<K,V>

a simple implementation of the Map.Entry interface


Constructor Summary
MapEntry()
           
MapEntry(K k, V v)
           
 
Method Summary
 K getKey()
           
 V getValue()
           
 V setValue(V v)
           
 
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

MapEntry

public MapEntry()

MapEntry

public MapEntry(K k,
                V v)
Method Detail

getKey

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

getValue

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

setValue

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


Copyright © 2005-2010 MeBigFatGuy.com. All Rights Reserved.