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)
*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>

No differences found