net.anotheria.moskito.central
Class HashMapAdapter.MyMapEntryType<K,V>
java.lang.Object
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
HashMapAdapter.MyMapEntryType
public HashMapAdapter.MyMapEntryType()
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.