blog

ArrayMangler 1.1 released

My open source swiss-army-knife of Java arrays has been given some new goodness. Version 1.1 has been released and you can grab it from here. Apache 2 license.

So what can it do?

  • contains
  • Collection to array
  • make an array of a specified class and length
  • concatenate arrays
  • get parts of an array: head (first), toe (last), tail (all except first), torso (all except last)
  • parallel arrays to Map
  • reverse
  • append
  • prepend

Enjoy!

Leave a Reply

*