Results 21 to 25 of 25
Thread: Parallel Array Lists?
- 05-18-2011, 04:57 AM #21
- Join Date
- Jan 2011
- Location
- Richmond, Virginia
- Posts
- 3,068
- Blog Entries
- 3
- Rep Power
- 15
I think the easiest approach would be a class, since all this information is similar you can use a class and then just have a list of the class.
- 05-18-2011, 04:58 AM #22
Then we go full circle back to the first suggestion and you have a List of Proxy objects. Each Proxy has a host, list of ports and type.
- 05-18-2011, 05:06 AM #23
Senior Member
- Join Date
- Mar 2011
- Posts
- 261
- Rep Power
- 11
- 05-18-2011, 05:09 AM #24
- Join Date
- Jan 2011
- Location
- Richmond, Virginia
- Posts
- 3,068
- Blog Entries
- 3
- Rep Power
- 15
I suppose you could have a map that looks like this
Java Code:Map<String, Map<String, String>>
- 05-18-2011, 05:18 AM #25
Senior Member
- Join Date
- Mar 2011
- Posts
- 261
- Rep Power
- 11
Similar Threads
-
array lists in jsp and google api
By gedas in forum New To JavaReplies: 3Last Post: 04-07-2011, 02:18 PM -
Array Lists help!!
By lilika in forum New To JavaReplies: 12Last Post: 01-04-2011, 02:05 PM -
Array Lists and Club class
By amekjian in forum New To JavaReplies: 13Last Post: 11-03-2010, 12:42 AM -
Help with arrays and array lists
By ambernicole88 in forum New To JavaReplies: 3Last Post: 12-04-2009, 09:47 PM -
please i need the code of comparing these two array lists.
By raj reddy in forum JavaServer Pages (JSP) and JSTLReplies: 5Last Post: 04-18-2008, 07:42 AM
Bookmarks