Code: FIFO List in Java

Code: FIFO List in Java

Note: This article will be emailed to your friend.

One of the common questions I hear from Java newcomers is - where is a FIFO list in Java?
Java does have a FIFO list capability built-in with LinkedList and ArrayList, but they are not well advertized.

A FIFO interface should at least have:

public interface FIFO {
/** Add an object to [...]

Read the rest of this article (141 words)

Please fill in the following fields

* - Required

Your Name: *

Your E-Mail: *

Your Remarks:

Friend's Name: *

Friend's E-Mail: *

Protected by Comment Guard Pro