Search:

Type: Posts; User: notgoodatjava

Search: Search took 0.07 seconds.

  1. Re: ArrayList problem, getList and returning. help wanted

    I get that, but the problem is, I have been sitting with this problem for the last hours trying to rewrite it 2000 times. And so I can't really clean up the code since im at a total loss atm, as im...
  2. Re: ArrayList problem, getList and returning. help wanted

    Yeah, im aware the code looks horrible in its current state. But I only wanted to list what i had sofar, im really struggling how to set up arrayLists since im a newbie and this is my first time...
  3. Re: ArrayList problem, getList and returning. help wanted

    public ArrayList<Journal>getJournalList(String empName)
    {
    JournalCollection result = new Journalcollection();
    for (Journal journal : journals)
    }
    {
    if...
  4. Re: ArrayList problem, getList and returning. help wanted

    Thank you, i've gotten this so far, but it won't seem to work



    public JournalCollention getJournalList(string emp)
    {
    JournalCollection result = new Journalcollection();
    for (Journal journal...
  5. Re: ArrayList problem, getList and returning. help wanted

    Sorry,

    I this class called journal

    public class Journal { private String titel; private String publisher - Pastebin.com

    And what im trying to make is a journal Collection

    public class...
  6. ArrayList problem, getList and returning. help wanted

    Hello

    I got this problem
    The last method to be added is a method that takes an employee name as argument and returns a list containing all journals that the employee is to see. You may use the...
Results 1 to 6 of 6