Uses of Package
pivot.collections

Packages that use pivot.collections
pivot.beans Contains classes that provide access to the Java bean properties of an object via a dictionary interface. 
pivot.charts Contains a collection of components for use in charting applications. 
pivot.charts.content Contains classes representing chart data. 
pivot.collections Defines a set of classes and interfaces that serve as generic collections as well as the data model for UI components. 
pivot.collections.adapter Provides a set of collection implementations that are backed by java.util collections. 
pivot.collections.concurrent Contains a set of thread-safe collection implementations. 
pivot.collections.immutable Contains a set of read-only collection implementations. 
pivot.io Contains classes related to input/output operations. 
pivot.serialization Contains a set of classes for use in data serialization. 
pivot.util Contains a collection of common utility classes. 
pivot.util.concurrent Provides a set of classes to simplify the execution of background tasks. 
pivot.web Provides classes for communicating with HTTP-based web services. 
pivot.web.server Contains classes to facilitate access to and development of web query services. 
pivot.wtk Contains classes that define the structure and behavior of WTK user interface components. 
pivot.wtk.content Contains classes representing component data, such as list items or table rows. 
pivot.wtk.media.drawing Contains classes used to construct vector-based drawings. 
pivot.wtk.skin Contains common skins and abstract base classes for theme-specific skins. 
pivot.wtk.skin.terra Defines skin classes for the "Terra" theme. 
pivot.wtk.text Contains classes representing a text object model. 
 

Classes in pivot.collections used by pivot.beans
Dictionary
          Interface representing a set of key/value pairs.
 

Classes in pivot.collections used by pivot.charts
List
          Collection interface representing an ordered sequence of items.
Sequence
          Interface representing an ordered sequence of items.
 

Classes in pivot.collections used by pivot.charts.content
ArrayList
          Implementation of the List interface that is backed by an array.
Collection
          Root interface in collection hierarchy.
Dictionary
          Interface representing a set of key/value pairs.
HashMap
          Implementation of the Map interface that is backed by a hashtable.
List
          Collection interface representing an ordered sequence of items.
Map
          Collection interface representing set of key/value pairs.
Sequence
          Interface representing an ordered sequence of items.
 

Classes in pivot.collections used by pivot.collections
ArrayList
          Implementation of the List interface that is backed by an array.
Collection
          Root interface in collection hierarchy.
Dictionary
          Interface representing a set of key/value pairs.
Group
          Interface representing a group of unique elements.
LinkedList
          Implementation of the List interface that is backed by a linked list.
List
          Collection interface representing an ordered sequence of items.
ListListener
          List listener interface.
Map
          Collection interface representing set of key/value pairs.
MapListener
          Map listener interface.
Queue
          Interface representing a first-in, first-out (FIFO) queue when unsorted, and a priority queue when sorted.
Sequence
          Interface representing an ordered sequence of items.
Set
          Collection interface representing a group of unique elements.
SetListener
          Set listener interface.
Stack
          Interface representing a last-in, first-out (LIFO) stack when unsorted, and a priority stack when sorted.
 

Classes in pivot.collections used by pivot.collections.adapter
Collection
          Root interface in collection hierarchy.
Dictionary
          Interface representing a set of key/value pairs.
Group
          Interface representing a group of unique elements.
List
          Collection interface representing an ordered sequence of items.
ListListener
          List listener interface.
Map
          Collection interface representing set of key/value pairs.
MapListener
          Map listener interface.
Sequence
          Interface representing an ordered sequence of items.
Set
          Collection interface representing a group of unique elements.
SetListener
          Set listener interface.
 

Classes in pivot.collections used by pivot.collections.concurrent
Collection
          Root interface in collection hierarchy.
Dictionary
          Interface representing a set of key/value pairs.
Group
          Interface representing a group of unique elements.
List
          Collection interface representing an ordered sequence of items.
ListListener
          List listener interface.
Map
          Collection interface representing set of key/value pairs.
MapListener
          Map listener interface.
Queue
          Interface representing a first-in, first-out (FIFO) queue when unsorted, and a priority queue when sorted.
Sequence
          Interface representing an ordered sequence of items.
Set
          Collection interface representing a group of unique elements.
SetListener
          Set listener interface.
Stack
          Interface representing a last-in, first-out (LIFO) stack when unsorted, and a priority stack when sorted.
 

Classes in pivot.collections used by pivot.collections.immutable
Collection
          Root interface in collection hierarchy.
Dictionary
          Interface representing a set of key/value pairs.
Group
          Interface representing a group of unique elements.
List
          Collection interface representing an ordered sequence of items.
ListListener
          List listener interface.
Map
          Collection interface representing set of key/value pairs.
MapListener
          Map listener interface.
Sequence
          Interface representing an ordered sequence of items.
Set
          Collection interface representing a group of unique elements.
SetListener
          Set listener interface.
 

Classes in pivot.collections used by pivot.io
Collection
          Root interface in collection hierarchy.
List
          Collection interface representing an ordered sequence of items.
ListListener
          List listener interface.
Sequence
          Interface representing an ordered sequence of items.
 

Classes in pivot.collections used by pivot.serialization
List
          Collection interface representing an ordered sequence of items.
Map
          Collection interface representing set of key/value pairs.
Sequence
          Interface representing an ordered sequence of items.
 

Classes in pivot.collections used by pivot.util
Dictionary
          Interface representing a set of key/value pairs.
 

Classes in pivot.collections used by pivot.util.concurrent
Group
          Interface representing a group of unique elements.
Queue
          Interface representing a first-in, first-out (FIFO) queue when unsorted, and a priority queue when sorted.
Sequence
          Interface representing an ordered sequence of items.
 

Classes in pivot.collections used by pivot.web
Dictionary
          Interface representing a set of key/value pairs.
 

Classes in pivot.collections used by pivot.web.server
Dictionary
          Interface representing a set of key/value pairs.
 

Classes in pivot.collections used by pivot.wtk
Dictionary
          Interface representing a set of key/value pairs.
HashMap
          Implementation of the Map interface that is backed by a hashtable.
List
          Collection interface representing an ordered sequence of items.
Map
          Collection interface representing set of key/value pairs.
Sequence
          Interface representing an ordered sequence of items.
 

Classes in pivot.collections used by pivot.wtk.content
Collection
          Root interface in collection hierarchy.
Dictionary
          Interface representing a set of key/value pairs.
List
          Collection interface representing an ordered sequence of items.
ListListener
          List listener interface.
Sequence
          Interface representing an ordered sequence of items.
 

Classes in pivot.collections used by pivot.wtk.media.drawing
Sequence
          Interface representing an ordered sequence of items.
 

Classes in pivot.collections used by pivot.wtk.skin
Dictionary
          Interface representing a set of key/value pairs.
List
          Collection interface representing an ordered sequence of items.
Sequence
          Interface representing an ordered sequence of items.
 

Classes in pivot.collections used by pivot.wtk.skin.terra
Dictionary
          Interface representing a set of key/value pairs.
List
          Collection interface representing an ordered sequence of items.
Sequence
          Interface representing an ordered sequence of items.
 

Classes in pivot.collections used by pivot.wtk.text
Sequence
          Interface representing an ordered sequence of items.