]> git.mxchange.org Git - jcore-utils.git/commit
Continued:
authorRoland Häder <roland@mxchange.org>
Sat, 12 Nov 2022 18:44:39 +0000 (19:44 +0100)
committerRoland Häder <roland@mxchange.org>
Sat, 12 Nov 2022 21:08:04 +0000 (22:08 +0100)
commit327a6af66fc000c3deb599f814b456598030564e
tree5ddf30df59e0035c389519258505f56f16fbd561
parent5e25b3104ba355649043d89c7cec51aa4cf366f3
Continued:
- added utilities class EnumUtils for enumerations
- added unit tests for method EnumUtils.compare()
- sorted members
- ignored some temporary files
.gitignore
src/org/mxchange/jcoreutils/bool/BooleanUtils.java
src/org/mxchange/jcoreutils/enums/EnumUtils.java [new file with mode: 0644]
test/org/mxchange/jcoreutils/bool/BooleanUtilsTest.java
test/org/mxchange/jcoreutils/enums/EnumUtilsTest.java [new file with mode: 0644]