Search:

Type: Posts; User: toyamigo

Search: Search took 0.11 seconds.

  1. Replies
    3
    Views
    1,716

    Re: Arraylist elements in Treeset

    Thanks! I'll give it a go, but I think it's something wrong with my declaration of the Treeset - private Set<List<Producten>> winkelTs = new TreeSet<List<Producten>>();
    This is a very hard subject I...
  2. Replies
    3
    Views
    1,716

    Arraylist elements in Treeset

    Hi!

    At the moment I am doing a course for Java Enterprise programmer and I have an asignment I got stuck on.
    I have to create something like a shopping basket. For this I have to put elements...
Results 1 to 2 of 2