java - How to perform a method on multiple arrays? -


The method takes an array in the form of an argument I am trying to implement it in Java. I believe this can be achieved by creating an array list, but I am doing a blank illustration.

Thoughts:

 for  (i = 0; i    

For better use ArrayList like: Arreelist & lt; ArrayList & gt; Lists = new arreelists & lt; ArrayList & gt; ();

then:

  for (arrelist list: list) {method (list); }    

Comments

Popular posts from this blog

c# - Roxy file manager in MVC doesn't accept session path -

jsp - No mapping found for HTTP request with URI with annotation config Spring MVC and Jetty -

java - Ajax call to jsp and jsp redirecting to further jsp -