utils
Class HashMapWrapper

Package class diagram package HashMapWrapper
java.lang.Object
  extended by utils.HashMapWrapper

public class HashMapWrapper
extends Object

wraps hash map so we can use JAXB on objects with hashMap

Author:
Ondrej

Field Summary
 List<MyHashMapEntry> entry
           
 
Constructor Summary
HashMapWrapper()
           
HashMapWrapper(HashMap<String,EItem> map)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

entry

public List<MyHashMapEntry> entry
Constructor Detail

HashMapWrapper

public HashMapWrapper(HashMap<String,EItem> map)

HashMapWrapper

public HashMapWrapper()
Method Detail

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.