Sponsored Link •
|
Advertisement
|
Advertisement
|
This page contains an archived post to the Java Answers Forum made prior to February 25, 2002. If you wish to participate in discussions, please visit the new Artima Forums.
Message:
I want to use arraylist to create a queue but I just don't have ideas how to do it. Should I create a customer list which contains e.g. 10 customers in the customer class first and/or create another class for arraylist and call the customer object into. e.g. customerlist = new arraylist (c); please help!!!! Thanks
Replies: |
Sponsored Links
|