Array Utilties - JonathanxD/JwIUtils GitHub Wiki
ArrayUtils
class provides a set of utilities for arrays, such as expanding array, adding elements to array, removing elements from array. Same utilities are provided for both Object Arrays
and Primitive Arrays
. Note: Primitive Array version was generated using my own class template replacer which was not released yet. Do not send PR
requesting change to them, request changes only for Object Array
version and I will update generated methods.
Primitive Array Converters
PrimitiveArrayConverter
provides a set of conversions between primitive types and boxed versions.