Guest User

Untitled

a guest
Dec 15th, 2018
300
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. for (Account account : accounts) {
  2. for (Transaction transaction : transactions) {
  3. filledBankMap.putIfAbsent(account,transaction);
  4. }
  5. }
  6.  
  7. return filledBankMap;
Add Comment
Please, Sign In to add comment