This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // | |
| // Source code recreated from a .class file by IntelliJ IDEA | |
| // (powered by Fernflower decompiler) | |
| // | |
| import java.io.BufferedReader; | |
| import java.io.BufferedWriter; | |
| import java.io.File; | |
| import java.io.FileWriter; | |
| import java.io.InputStreamReader; |
I hereby claim:
- I am SuperSpyTX on github.
- I am sspx (https://keybase.io/sspx) on keybase.
- I have a public key whose fingerprint is 3A99 9253 A457 AE5B 9071 70B3 8643 31A6 B4B7 534F
To claim this, I am signing this object:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| public class Manager { | |
| private Map<String, Boolean> yourmap = new HashMap<String, Boolean>(); | |
| // Some dummy function. | |
| public void addToMap(String str, Boolean bool) { | |
| yourmap.put(str, bool); | |
| } | |
| } |
NewerOlder