Uses of Package
org.apache.pivot.collections

Packages that use org.apache.pivot.collections
org.apache.pivot.beans Contains classes for manipulating and interacting with Java Bean types. 
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.json Contains classes that facilitate interaction with JSON and JSON-like data structures. 
org.apache.pivot.serialization Contains a set of classes for use in data serialization. 
org.apache.pivot.sql Contains classes for working with SQL 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.xml Contains classes that facilitate interaction with an XML DOM. 
 

Classes in org.apache.pivot.collections used by org.apache.pivot.beans
Collection
          Root interface in collection hierarchy.
Dictionary
          Interface representing a set of key/value pairs.
Map
          Collection interface representing set of key/value pairs.
MapListener
          Map listener interface.
 

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.
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.
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.
Sequence.Tree.ItemIterator
          Nested sequence item iterator interface.
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.json
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.
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.sql
Collection
          Root interface in collection hierarchy.
List
          Collection interface representing an ordered sequence of items.
ListListener
          List listener interface.
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.util
Dictionary
          Interface representing a 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.
Sequence
          Interface representing an ordered sequence of items.
 

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.