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

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

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

Wrapper for all entries that stored in hash map.

Author:
dagafonov

Constructor Summary
HashMapAdapter.MyMapType()
           
 
Method Summary
 List<HashMapAdapter.MyMapEntryType<K,V>> getEntries()
           
 void setEntries(List<HashMapAdapter.MyMapEntryType<K,V>> entries)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HashMapAdapter.MyMapType

public HashMapAdapter.MyMapType()
Method Detail

getEntries

public List<HashMapAdapter.MyMapEntryType<K,V>> getEntries()

setEntries

public void setEntries(List<HashMapAdapter.MyMapEntryType<K,V>> entries)

toString

public String toString()
Overrides:
toString in class Object


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