We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54a37b6 commit c549dcfCopy full SHA for c549dcf
README.md
@@ -1,3 +1,5 @@
1
+`master` branch shows the last relevant release. If you want to see the newest changes, check out `develop` branch.
2
+
3
# Java Useful Utils
4
Just some useful classes for everyday coding that might make your code shorter and cleaner
5
@@ -312,4 +314,4 @@ return biggest.getValue();
312
314
Also lib has implementations for each primitive type.
313
315
`MutableInt`, `MutableDouble`, `MutableShort`,
316
`MutableLong`, `MutableFloat`, `MutableChar`,
-`MutableByte`, `MutableBoolean`.
317
+`MutableByte`, `MutableBoolean`.
0 commit comments