Uses of Class
org.apache.pivot.collections.LinkedList

Packages that use LinkedList
org.apache.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 org.apache.pivot.collections
 

Subclasses of LinkedList in org.apache.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.