Closed yoavst closed 6 years ago
Character
char
ArrayList<String>
StringBuffer
StringBuilder
double
Math.pow
1 << num
This pull use <> operator not support in JDK6, thus change the original project jdk version compliance. Will a compliance to JDK6 be more appropriate?
Done!
Character
with primitivechar
.ArrayList<String>
&StringBuffer
intoStringBuilder
double
andMath.pow
for1 << num
.