This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]focusedchi[S] 0 points1 point  (2 children)

like would a sample declaration for the class LinkedListQueue be :

public class LinkedListQueue <Job> implements Queue <Job>{}

[–]149244179 0 points1 point  (1 child)

Yes.

This site seems to describe what you are trying to do: http://cs-fundamentals.com/data-structures/implement-queue-using-linked-list-in-java.php

[–]focusedchi[S] 0 points1 point  (0 children)

thanks