Search:

Type: Posts; User: snytkine

Search: Search took 0.14 seconds.

  1. Re: Looking for Collection class to do first if first out

    Thanks. Another question then: which Collection class should I use for storing items if I want to preserve the order of items?
    You mentioned LinkedList, is it better than ArrayList? What about...
  2. Looking for Collection class to do first if first out

    I am a beginner to Java, so this is probably a very simple question:

    Is there an object that does this: I can set a size limit during instantiation, then as I add new items to it, if the size...
Results 1 to 2 of 2