Search:

Type: Posts; User: Brodie337

Search: Search took 0.09 seconds.

  1. Re: Iterators and lists and oh god my brain hurts!

    Sorry.... I'm getting a heap of compiler time errors:

    RecordsIterator.java:5: cannot find symbol
    symbol : class GeneralList
    location: class RecordsIterator<E>
    private GeneralList<E> list;
    ...
  2. Iterators and lists and oh god my brain hurts!

    Well, I'm trying to teach myself java, but I'm having major issues. I'm apparently supposed to be able to implement a Student Records program using an iterator, and the comparable interface, but it's...
Results 1 to 2 of 2