Uses of Package
org.apache.pivot.collections

Packages that use org.apache.pivot.collections
org.apache.pivot.beans Contains classes that provide access to the Java bean properties of an object via a dictionary interface. 
org.apache.pivot.charts Contains a collection of components for use in charting applications. 
org.apache.pivot.charts.content Contains classes representing chart data. 
org.apache.pivot.charts.skin Contains abstract base classes for chart view skins. 
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. 
org.apache.pivot.collections.adapter Provides a set of collection implementations that are backed by java.util collections. 
org.apache.pivot.collections.concurrent Contains a set of thread-safe collection implementations. 
org.apache.pivot.collections.immutable Contains a set of read-only collection implementations. 
org.apache.pivot.io Contains classes related to input/output operations. 
org.apache.pivot.serialization Contains a set of classes for use in data serialization. 
org.apache.pivot.tools.json Contains utilities dealing with JSON data. 
org.apache.pivot.tools.wtk Contains components useful to building utility applications. 
org.apache.pivot.tools.xml Contains utilities dealing with XML data. 
org.apache.pivot.util Contains a collection of common utility classes. 
org.apache.pivot.util.concurrent Provides a set of classes to simplify the execution of background tasks. 
org.apache.pivot.web Provides classes for communicating with HTTP-based web services. 
org.apache.pivot.wtk Contains classes that define the structure and behavior of WTK user interface components. 
org.apache.pivot.wtk.content Contains classes representing component data, such as list items or table rows. 
org.apache.pivot.wtk.media.drawing Contains a set of primitives for constructing vector-based drawings. 
org.apache.pivot.wtk.skin Contains common skins and abstract base classes for theme-specific skins. 
org.apache.pivot.wtk.skin.terra Defines skin classes for the "Terra" theme. 
org.apache.pivot.wtk.text Contains classes representing a text object model. 
org.apache.pivot.wtkx Provides support for loading WTK components and other classes from XML. 
org.apache.pivot.xml Contains classes that facilitate interaction with an XML DOM. 
 

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

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

Classes in org.apache.pivot.collections used by org.apache.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 hash table.
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 org.apache.pivot.collections used by org.apache.pivot.charts.skin
List
          Collection interface representing an ordered sequence of items.
Sequence
          Interface representing an ordered sequence of items.
 

Classes in org.apache.pivot.collections used by org.apache.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.
Dictionary.Pair
          Class representing a key/value pair.
FilteredList
          Provides a filtered view of a list that can be sorted independently, but remains backed by the original data.
FilteredListListener
          Filtered list listener interface.
Group
          Interface representing a group of unique elements.
HashMap
          Implementation of the Map interface that is backed by a hash table.
List
          Collection interface representing an ordered sequence of items.
List.ItemIterator
          Optional item iterator interface.
ListListener
          List listener interface.
Map
          Collection interface representing set of key/value pairs.
MapList
          Decorates a Map to look like a List of key/value pairs.
MapListener
          Map listener interface.
MapListListener
          Map list listener interface.
Queue
          Interface representing a first-in, first-out (FIFO) queue when unsorted, and a priority queue when sorted.
QueueListener
          Queue listener interface.
Sequence
          Interface representing an ordered sequence of items.
Sequence.Tree.ItemIterator
          Nested sequence item iterator iterface.
Sequence.Tree.Path
          An object representing a path to a nested node in nested sequence data.
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.
StackListener
          Stack listener interface.
 

Classes in org.apache.pivot.collections used by org.apache.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 org.apache.pivot.collections used by org.apache.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.
QueueListener
          Queue listener interface.
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.
StackListener
          Stack listener interface.
 

Classes in org.apache.pivot.collections used by org.apache.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 org.apache.pivot.collections used by org.apache.pivot.io
Collection
          Root interface in collection hierarchy.
List
          Collection interface representing an ordered sequence of items.
Sequence
          Interface representing an ordered sequence of items.
 

Classes in org.apache.pivot.collections used by org.apache.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 org.apache.pivot.collections used by org.apache.pivot.tools.json
Map
          Collection interface representing set of key/value pairs.
 

Classes in org.apache.pivot.collections used by org.apache.pivot.tools.wtk
Group
          Interface representing a group of unique elements.
Sequence
          Interface representing an ordered sequence of items.
 

Classes in org.apache.pivot.collections used by org.apache.pivot.tools.xml
Map
          Collection interface representing set of key/value pairs.
Sequence.Tree.Path
          An object representing a path to a nested node in nested sequence data.
 

Classes in org.apache.pivot.collections used by org.apache.pivot.util
Dictionary
          Interface representing a set of key/value pairs.
List
          Collection interface representing an ordered sequence of items.
Map
          Collection interface representing set of key/value pairs.
 

Classes in org.apache.pivot.collections used by org.apache.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 org.apache.pivot.collections used by org.apache.pivot.web
Dictionary
          Interface representing a set of key/value pairs.
 

Classes in org.apache.pivot.collections used by org.apache.pivot.wtk
Dictionary
          Interface representing a set of key/value pairs.
Dictionary.Pair
          Class representing a key/value pair.
Group
          Interface representing a group of unique elements.
HashMap
          Implementation of the Map interface that is backed by a hash table.
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.
Sequence.Tree.Path
          An object representing a path to a nested node in nested sequence data.
 

Classes in org.apache.pivot.collections used by org.apache.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.
Sequence.Tree.Path
          An object representing a path to a nested node in nested sequence data.
 

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

Classes in org.apache.pivot.collections used by org.apache.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 org.apache.pivot.collections used by org.apache.pivot.wtk.skin.terra
ArrayList
          Implementation of the List interface that is backed by an array.
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.
Sequence.Tree.Path
          An object representing a path to a nested node in nested sequence data.
 

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

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

Classes in org.apache.pivot.collections used by org.apache.pivot.xml
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.