Search:

Type: Posts; User: iHank

Search: Search took 0.11 seconds.

  1. Replies
    3
    Views
    985

    Re: Return a List from a method

    Thank you! That worked :)
  2. Replies
    3
    Views
    985

    Return a List from a method

    Hello!

    I have created a list of customer in a class called bank like this:


    private List<customer> customerList = new LinkedList<>();

    public List getCustomerList()
    {
    ...
Results 1 to 2 of 2