aspose file tools
The moose likes Java in General and the fly likes getting the next element from a arraylist Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "getting the next element from a arraylist" Watch "getting the next element from a arraylist" New topic
Author

getting the next element from a arraylist

ben riches
Ranch Hand

Joined: Nov 08, 2002
Posts: 126
hello everyone just a quick question
how would i be able to get the next element out of the arr2(arraylist) and put it into the if statement (if (i%10.....))
thanks for your time ben

Jawad Kakar
Ranch Hand

Joined: Oct 06, 2002
Posts: 82
ArrayList contains object as its elements.

Jawad
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: getting the next element from a arraylist
 
Similar Threads
Output Not understand!!!
Adding elements of two arrays
how can i pull out every number from a vector
A simple ambiguity regarding the thing that in java everything is passed by copy??
help with a statement