Skip to content

Instantly share code, notes, and snippets.

@btolfa
Created April 12, 2012 11:52
Show Gist options
  • Save btolfa/2366794 to your computer and use it in GitHub Desktop.
Save btolfa/2366794 to your computer and use it in GitHub Desktop.
for each по Map
for (Integer id: tmpHM.keySet()) {
TypePos typePos = tmpHM.get(id);
hm.put(id,
checkCell(
shtB.getRow(typePos.getPosX() - 1).getCell(typePos.getPosY() - 1)
)
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment