For fromArray(), you mean this? java.util.Arrays.asList(Object[])
-----Original Message----- If you go return (Foo)list.toArray(new Foo[0]); You can turn a list to an array in a snap. A fromArray() would be nice to match it.
For fromArray(), you mean this? java.util.Arrays.asList(Object[])
-----Original Message----- If you go return (Foo)list.toArray(new Foo[0]); You can turn a list to an array in a snap. A fromArray() would be nice to match it.