Uses of Class
pivot.collections.LinkedList

Packages that use LinkedList
pivot.collections Defines a set of classes and interfaces that serve as generic collections as well as the data model for UI components. 
 

Uses of LinkedList in pivot.collections
 

Subclasses of LinkedList in pivot.collections
 class LinkedQueue<T>
          Implementation of the Queue interface that is backed by a linked list.
 class LinkedStack<T>
          Implementation of the Stack interface that is backed by a linked list.