Sunday 11 May 2014

LinkedList

LinkedList class implements both List and Deque interfaces.

LinkedList accepts null elements. LinkedList implementation is not synchronized, so it is the programmer responsibility to apply synchronization as per needs.


Prevoius                                                 Next                                                 Home

No comments:

Post a Comment