Release Notes
Version 1.4.0
Type | Description |
---|---|
New | FloatingPoint - A class containing methods for floating point types float and double. Initially has methods for the standard comparison operations |
Version 1.3.0
Type | Description |
---|---|
New | CollectionUtils - A class containing various utility methods relating to the Java collection framework |
Version 1.2.0
Type | Description |
---|---|
Change | Argument - Added null check for the array in checkLength |
Change | Argument - Added generic parameter to checkLength(T[], int) and checkLength(T[], int, String) to remove the need to cast the returned array |
Version 1.1.0
Type | Description |
---|---|
New | Argument - Added extra methods with a String parameter for a detail message to add to the IllegalArgumentException if it's thrown |
New | Argument - Added checkLength methods to check an array's length |
Version 1.0.0
No release notes