net.anotheria.moskito.central
Class HashMapAdapter.MyMapEntryType<K,V>

java.lang.Object
  extended by net.anotheria.moskito.central.HashMapAdapter.MyMapEntryType<K,V>
Type Parameters:
K -
V -
Enclosing class:
HashMapAdapter<K,V>

public static class HashMapAdapter.MyMapEntryType<K,V>
extends Object

Wrapper for key - value pair.

Author:
dagafonov

Constructor Summary
HashMapAdapter.MyMapEntryType()
           
 
Method Summary
 K getKey()
           
 V getValue()
           
 void setKey(K key)
           
 void setValue(V value)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HashMapAdapter.MyMapEntryType

public HashMapAdapter.MyMapEntryType()
Method Detail

getKey

public K getKey()

setKey

public void setKey(K key)

getValue

public V getValue()

setValue

public void setValue(V value)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2010-2013 anotheria.net. All Rights Reserved.