FELIX-2867 Fix iterator to find appropriate size. The map is <Integer, String> and the iterator is iterating over the keys, hence the return iterator values are Integer (and no Map.Entry as expected in the existing code). Also renamed variables to reflect there intended value.

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1187680 13f79535-47bb-0310-9956-ffa450edef68
1 file changed