Uses of Package
org.apache.pivot.collections
-
Packages that use org.apache.pivot.collections Package Description org.apache.pivot.beans Contains classes for manipulating and interacting with Java Bean types.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 byjava.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.text Contains classes for working with text.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.web.server Contains classes to facilitate access to and development of web query 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.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.xml Contains classes that facilitate interaction with an XML DOM. -
Classes in org.apache.pivot.collections used by org.apache.pivot.beans Class Description 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.charts Class Description 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 Class Description ArrayList Implementation of theList
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 theMap
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 Class Description 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 Class Description ArrayList Implementation of theList
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.EnumSet Implementation of theSet
interface that is backed by an array of enum values.Group Interface representing a group of unique elements.HashMap Implementation of theMap
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.ReadOnlySequence A read-only implementation of theSequence
interface that can be used to easily implement other read-only sequences, lists, adapters, etc.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 Class Description 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 Class Description 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 Class Description 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.ReadOnlySequence A read-only implementation of theSequence
interface that can be used to easily implement other read-only sequences, lists, adapters, etc.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 Class Description 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 Class Description 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 Class Description 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 Class Description 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.text Class Description Dictionary Interface representing a 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 Class Description Dictionary Interface representing a 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.concurrent Class Description 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.web Class Description Dictionary Interface representing a set of key/value pairs. -
Classes in org.apache.pivot.collections used by org.apache.pivot.web.server Class Description Sequence Interface representing an ordered sequence of items. -
Classes in org.apache.pivot.collections used by org.apache.pivot.wtk Class Description ArrayList Implementation of theList
interface that is backed by an array.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.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.Set Collection interface representing a group of unique elements. -
Classes in org.apache.pivot.collections used by org.apache.pivot.wtk.content Class Description 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.ReadOnlySequence A read-only implementation of theSequence
interface that can be used to easily implement other read-only sequences, lists, adapters, etc.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.skin Class Description 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 Class Description ArrayList Implementation of theList
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 Class Description Sequence Interface representing an ordered sequence of items. -
Classes in org.apache.pivot.collections used by org.apache.pivot.xml Class Description 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.