Advertisement
Guest User

Untitled

a guest
Mar 21st, 2019
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. myline: 00432D7C 00432D7C 0 DrawThemeBackground
  2. String[] words = myline.trim().split(" ");
  3. for(String word:words){
  4. if(map.containKey(word)) {
  5. //do something
  6. }
  7. }
  8.  
  9. myline: 00432D7C 00432D7C 0 DrawThemeBackground
  10. String[] words = myline.trim().split(" ");
  11. for(String word:words){
  12. if(map.containKey(word)) {
  13. //do something
  14. }
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement