Skip to main content

Home/ Web2.0 at school/ Group items tagged #DataStructures

Rss Feed Group items tagged

eyssant

Java.util.LinkedList Class - 0 views

  •  
    Java.util package provides a LinkedList class which has Doubly-linked list implementation of the List and Deque interfaces. The class has all optional list operations, and permits all elements (including null). Operations that index into the list will traverse the list from the beginning or the end, whichever is closer to the specified index.
1 - 1 of 1
Showing 20 items per page