Search:

Type: Posts; User: sim18

Search: Search took 0.23 seconds.

  1. Re: Having problems with Queues, any help ad I would be great full!

    That's what I have tried to do.
    I know that in my method arrive it calls the put method from BankQueue but does not add it to that queue that I want.

    steps include:
    customer object created...
  2. Having problems with Queues, any help ad I would be great full!

    I have three classes, a customer, bank and a bankQueue.

    Customer:

    public class Customer
    {
    int time;
    String tags;

    public Customer(int time, String tags)
Results 1 to 2 of 2