-
Notifications
You must be signed in to change notification settings - Fork 0
Array Utilties
JonathanxD edited this page Jul 4, 2017
·
1 revision
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.
PrimitiveArrayConverter
provides a set of conversions between primitive types and boxed versions.