[EMAIL PROTECTED] writes: > So, which project gets ArrayUtils? [lang] or [collections]? > > Things on an ArrayUtils would be > - a simple toString for arrays based on the ToStringBuilder. > - Empty array constants for the different array types > - ...
I equate array operations more with [lang] than [collections] because arrays are a core element of the Java language. The existence of java.util.Arrays also points to [util], but since that project may never graduate from the sandbox, I favor [lang]. -- Daniel Rall <[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
