Use entrySet instead of keySet 55/13855/1
authorsurya-huawei <a.u.surya@huawei.com>
Wed, 20 Sep 2017 11:20:20 +0000 (16:50 +0530)
committersurya-huawei <a.u.surya@huawei.com>
Wed, 20 Sep 2017 11:31:51 +0000 (17:01 +0530)
commitff9dfa14ecc880d13dfc1ce4648fc4baee9f7d99
tree70128847325f4c1b44387de5940e8fbc600df31c
parentba209b4de55c56e5c427e3389518966f2c896661
Use entrySet instead of keySet

*Iterating over map entries with entrySet
This is done because both key and value are needed and
iterating over entryset is more efficient than keyset

Issue-Id: CCSDK-87
Change-Id: I31d14239c8f7300ff2d3a629683e00b42e61ad86
Signed-off-by: surya-huawei <a.u.surya@huawei.com>
restapi-call-node/provider/src/main/java/org/onap/ccsdk/sli/plugins/restapicall/XmlJsonUtil.java