add put method

This commit is contained in:
Looly
2021-07-14 09:33:28 +08:00
parent 3dc6b87333
commit d01e8b11bb
3 changed files with 30 additions and 16 deletions

View File

@@ -23,7 +23,6 @@ public class MapBuilderTest {
}
public String getValue(int value) {
System.out.println("getValue: " + value);
return String.valueOf(value);
}
}