Arrays.asList() produces a new List object (I assume, did not look at the code). A custom implementation of Iterable could return an iterator which directly operates on the array.

Oliver

Am 17.08.2011 23:00, schrieb Dave Brosius:
  What would this do that java.util.Arrays.asList does not?  ----- Original Message 
-----From:"Oliver Heger">;oliver.he...@oliver-heger.de


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to