A B C D E F G H I J K L M N O P Q R S T U V W X Y

A

ABBREVIATIONS - Static variable in class org.apache.pivot.text.FileSizeFormat
 
abort - Variable in class org.apache.pivot.util.concurrent.Task
 
abort() - Method in class org.apache.pivot.util.concurrent.Task
Sets the abort flag for this task to true.
abort() - Method in class org.apache.pivot.util.concurrent.TaskGroup
Aborts all tasks in this group.
AbortException - Exception in org.apache.pivot.util.concurrent
Thrown when a task is aborted.
AbortException() - Constructor for exception org.apache.pivot.util.concurrent.AbortException
 
AbortException(String) - Constructor for exception org.apache.pivot.util.concurrent.AbortException
 
add(T) - Method in class org.apache.pivot.collections.adapter.ListAdapter
 
add(E) - Method in class org.apache.pivot.collections.adapter.SetAdapter
 
add(T) - Method in class org.apache.pivot.collections.ArrayAdapter
 
add(T) - Method in class org.apache.pivot.collections.ArrayList
 
add(T) - Method in class org.apache.pivot.collections.concurrent.SynchronizedList
 
add(E) - Method in class org.apache.pivot.collections.concurrent.SynchronizedSet
 
add(E) - Method in class org.apache.pivot.collections.EnumList
 
add(E) - Method in class org.apache.pivot.collections.EnumSet
 
add(E) - Method in interface org.apache.pivot.collections.Group
Adds an element to the group.
add(E) - Method in class org.apache.pivot.collections.HashSet
 
add(T) - Method in class org.apache.pivot.collections.immutable.ImmutableList
 
add(E) - Method in class org.apache.pivot.collections.immutable.ImmutableSet
 
add(T) - Method in class org.apache.pivot.collections.LinkedList
 
add(T) - Method in interface org.apache.pivot.collections.List
Adds an item to the list.
add(T) - Method in interface org.apache.pivot.collections.Sequence
Adds an item to the sequence.
add(Sequence<T>, T, Sequence.Tree.Path) - Static method in class org.apache.pivot.collections.Sequence.Tree
Adds an item to a nested sequence.
add(Integer) - Method in class org.apache.pivot.collections.Sequence.Tree.ImmutablePath
 
add(Integer) - Method in class org.apache.pivot.collections.Sequence.Tree.Path
 
add(E) - Method in interface org.apache.pivot.collections.Set
 
add(File) - Method in class org.apache.pivot.io.FileList
 
add(Map<String, Object>) - Method in class org.apache.pivot.sql.ResultList
 
add(int) - Method in class org.apache.pivot.util.CalendarDate
Adds the specified number of days to this calendar date and returns the resulting calendar date.
add(Task<?>) - Method in class org.apache.pivot.util.concurrent.TaskGroup
 
add(Task<?>) - Method in class org.apache.pivot.util.concurrent.TaskSequence
 
add(T) - Method in class org.apache.pivot.util.ListenerList
Adds a listener to the list, if it has not previously been added.
add(int) - Method in class org.apache.pivot.util.Time
Adds the specified milliseconds of days to this time and returns the resulting time.
add(Node) - Method in class org.apache.pivot.xml.Element
Adds a node to this element.
add(Element.Attribute) - Method in class org.apache.pivot.xml.Element.AttributeSequence
Adds an attribute to the sequence.
ArrayAdapter<T> - Class in org.apache.pivot.collections
Implementation of the Sequence interface that wraps an array.
ArrayAdapter(T...) - Constructor for class org.apache.pivot.collections.ArrayAdapter
 
ArrayList<T> - Class in org.apache.pivot.collections
Implementation of the List interface that is backed by an array.
ArrayList() - Constructor for class org.apache.pivot.collections.ArrayList
 
ArrayList(Comparator<T>) - Constructor for class org.apache.pivot.collections.ArrayList
 
ArrayList(int) - Constructor for class org.apache.pivot.collections.ArrayList
 
ArrayList(T...) - Constructor for class org.apache.pivot.collections.ArrayList
 
ArrayList(T[], int, int) - Constructor for class org.apache.pivot.collections.ArrayList
 
ArrayList(Sequence<T>) - Constructor for class org.apache.pivot.collections.ArrayList
 
ArrayList(Sequence<T>, int, int) - Constructor for class org.apache.pivot.collections.ArrayList
 
ArrayList(ArrayList<T>) - Constructor for class org.apache.pivot.collections.ArrayList
 
ArrayList(ArrayList<T>, int, int) - Constructor for class org.apache.pivot.collections.ArrayList
 
ArrayQueue<T> - Class in org.apache.pivot.collections
Implementation of the Queue interface that is backed by an array.
ArrayQueue() - Constructor for class org.apache.pivot.collections.ArrayQueue
 
ArrayQueue(Comparator<T>) - Constructor for class org.apache.pivot.collections.ArrayQueue
 
ArrayQueue(int) - Constructor for class org.apache.pivot.collections.ArrayQueue
 
ArrayStack<T> - Class in org.apache.pivot.collections
Implementation of the Stack interface that is backed by an array.
ArrayStack() - Constructor for class org.apache.pivot.collections.ArrayStack
 
ArrayStack(Comparator<T>) - Constructor for class org.apache.pivot.collections.ArrayStack
 
ArrayStack(int) - Constructor for class org.apache.pivot.collections.ArrayStack
 
attributeInserted(Element, int) - Method in class org.apache.pivot.xml.ElementListener.Adapter
 
attributeInserted(Element, int) - Method in interface org.apache.pivot.xml.ElementListener
Called when an attribute has been added to an element.
attributesRemoved(Element, int, Sequence<Element.Attribute>) - Method in class org.apache.pivot.xml.ElementListener.Adapter
 
attributesRemoved(Element, int, Sequence<Element.Attribute>) - Method in interface org.apache.pivot.xml.ElementListener
Called when attributes have been removed from an element.
attributeValueChanged(Element.Attribute, String) - Method in class org.apache.pivot.xml.ElementListener.Adapter
 
attributeValueChanged(Element.Attribute, String) - Method in interface org.apache.pivot.xml.ElementListener
Called when an attribute's value has changed.
available() - Method in class org.apache.pivot.io.IOTask.MonitoredInputStream
 

B

Base64 - Class in org.apache.pivot.util
Implements the "base64" binary encoding scheme as defined by RFC 2045.
BeanAdapter - Class in org.apache.pivot.beans
Exposes Java bean properties of an object via the Map interface.
BeanAdapter(Object) - Constructor for class org.apache.pivot.beans.BeanAdapter
Creates a new bean dictionary.
BeanAdapter(Object, boolean) - Constructor for class org.apache.pivot.beans.BeanAdapter
Creates a new bean dictionary which can ignore readonly fields (that is, straight fields marked as final or bean properties where there is a "get" method but no corresponding "set" method).
BeanMonitor - Class in org.apache.pivot.beans
Class for monitoring Java bean property changes.
BeanMonitor(Object) - Constructor for class org.apache.pivot.beans.BeanMonitor
 
beginDictionary(JSONSerializer, Dictionary<String, ?>) - Method in class org.apache.pivot.json.JSONSerializerListener.Adapter
 
beginDictionary(JSONSerializer, Dictionary<String, ?>) - Method in interface org.apache.pivot.json.JSONSerializerListener
Called when the serializer has begun reading a dictionary value.
beginElement(XMLSerializer, Element) - Method in class org.apache.pivot.xml.XMLSerializerListener.Adapter
 
beginElement(XMLSerializer, Element) - Method in interface org.apache.pivot.xml.XMLSerializerListener
Called when the serializer has begun reading an element.
beginList(CSVSerializer, List<?>) - Method in class org.apache.pivot.serialization.CSVSerializerListener.Adapter
 
beginList(CSVSerializer, List<?>) - Method in interface org.apache.pivot.serialization.CSVSerializerListener
Called when the serializer has begun reading the list.
beginSequence(JSONSerializer, Sequence<?>) - Method in class org.apache.pivot.json.JSONSerializerListener.Adapter
 
beginSequence(JSONSerializer, Sequence<?>) - Method in interface org.apache.pivot.json.JSONSerializerListener
Called when the serializer has begun reading a sequence value.
binarySearch(ArrayList<T>, T, Comparator<T>) - Static method in class org.apache.pivot.collections.ArrayList
 
binarySearch(ArrayList<T>, T) - Static method in class org.apache.pivot.collections.ArrayList
 
BinarySerializer - Class in org.apache.pivot.serialization
Implementation of the Serializer interface that uses Java's internal serialization mechanism to read and write values.
BinarySerializer() - Constructor for class org.apache.pivot.serialization.BinarySerializer
 
bind(Object) - Method in class org.apache.pivot.beans.BXMLSerializer
Applies BXML binding annotations to an object.
bind(Object, Class<?>) - Method in class org.apache.pivot.beans.BXMLSerializer
Applies BXML binding annotations to an object.
bind() - Method in class org.apache.pivot.beans.NamespaceBinding
Binds the source property to the target property.
BIND_MAPPING_DELIMITER - Static variable in class org.apache.pivot.beans.BXMLSerializer
 
Bindable - Interface in org.apache.pivot.beans
Allows BXMLSerializer to initialize an instance of a deserialized class.
BindException - Exception in org.apache.pivot.beans
Thrown when an error is encountered during binding.
BindException() - Constructor for exception org.apache.pivot.beans.BindException
 
BindException(String) - Constructor for exception org.apache.pivot.beans.BindException
 
BindException(Throwable) - Constructor for exception org.apache.pivot.beans.BindException
 
BindException(String, Throwable) - Constructor for exception org.apache.pivot.beans.BindException
 
BUFFER_SIZE - Static variable in class org.apache.pivot.io.FileSerializer
 
BUFFER_SIZE - Static variable in class org.apache.pivot.json.JSONSerializer
 
BUFFER_SIZE - Static variable in class org.apache.pivot.serialization.ByteArraySerializer
 
BUFFER_SIZE - Static variable in class org.apache.pivot.serialization.CSVSerializer
 
BUFFER_SIZE - Static variable in class org.apache.pivot.serialization.StringSerializer
 
BUFFER_SIZE - Static variable in class org.apache.pivot.xml.XMLSerializer
 
BXML - Annotation Type in org.apache.pivot.beans
Annotation that causes a loaded BXML element to be bound to the annotated field.
BXML_EXTENSION - Static variable in class org.apache.pivot.beans.BXMLSerializer
 
BXML_PREFIX - Static variable in class org.apache.pivot.beans.BXMLSerializer
 
BXMLSerializer - Class in org.apache.pivot.beans
Loads an object hierarchy from an XML document.
BXMLSerializer() - Constructor for class org.apache.pivot.beans.BXMLSerializer
 
BXMLSerializer(ClassLoader) - Constructor for class org.apache.pivot.beans.BXMLSerializer
Deprecated. 
ByteArraySerializer - Class in org.apache.pivot.serialization
Implementation of the Serializer interface that reads and writes a byte array.
ByteArraySerializer() - Constructor for class org.apache.pivot.serialization.ByteArraySerializer
 
bytesReceived - Variable in class org.apache.pivot.io.IOTask
 
bytesSent - Variable in class org.apache.pivot.io.IOTask
 

C

CalendarDate - Class in org.apache.pivot.util
CalendarDate allows a specific day to be identified within the Gregorian calendar system.
CalendarDate() - Constructor for class org.apache.pivot.util.CalendarDate
Creates a new CalendarDate representing the current day in the default timezone and the default locale.
CalendarDate(GregorianCalendar) - Constructor for class org.apache.pivot.util.CalendarDate
Creates a new CalendarDate representing the day contained in the specified Gregorian calendar (assuming the default locale and the default timezone).
CalendarDate(int, int, int) - Constructor for class org.apache.pivot.util.CalendarDate
Creates a new CalendarDate representing the specified year, month, and day of month.
CalendarDate.Range - Class in org.apache.pivot.util
Represents a range of calendar dates.
CalendarDate.Range(CalendarDate) - Constructor for class org.apache.pivot.util.CalendarDate.Range
 
CalendarDate.Range(CalendarDate, CalendarDate) - Constructor for class org.apache.pivot.util.CalendarDate.Range
 
CalendarDate.Range(String, String) - Constructor for class org.apache.pivot.util.CalendarDate.Range
 
CalendarDate.Range(CalendarDate.Range) - Constructor for class org.apache.pivot.util.CalendarDate.Range
 
CalendarDate.Range(Dictionary<String, ?>) - Constructor for class org.apache.pivot.util.CalendarDate.Range
 
CharSequenceCharacterIterator - Class in org.apache.pivot.text
Character iterator that is backed by a CharSequence.
CharSequenceCharacterIterator(CharSequence) - Constructor for class org.apache.pivot.text.CharSequenceCharacterIterator
 
CharSequenceCharacterIterator(CharSequence, int) - Constructor for class org.apache.pivot.text.CharSequenceCharacterIterator
 
CharSequenceCharacterIterator(CharSequence, int, int) - Constructor for class org.apache.pivot.text.CharSequenceCharacterIterator
 
CharSequenceCharacterIterator(CharSequence, int, int, int) - Constructor for class org.apache.pivot.text.CharSequenceCharacterIterator
 
CLASS_PARAMETER - Static variable in class org.apache.pivot.serialization.BinarySerializer
 
clear() - Method in class org.apache.pivot.beans.BeanAdapter
 
clear() - Method in class org.apache.pivot.collections.adapter.ListAdapter
 
clear() - Method in class org.apache.pivot.collections.adapter.MapAdapter
 
clear() - Method in class org.apache.pivot.collections.adapter.SetAdapter
 
clear() - Method in class org.apache.pivot.collections.ArrayList
 
clear() - Method in class org.apache.pivot.collections.ArrayQueue
 
clear() - Method in class org.apache.pivot.collections.ArrayStack
 
clear() - Method in interface org.apache.pivot.collections.Collection
Removes all elements from the collection.
clear() - Method in class org.apache.pivot.collections.concurrent.SynchronizedList
 
clear() - Method in class org.apache.pivot.collections.concurrent.SynchronizedMap
 
clear() - Method in class org.apache.pivot.collections.concurrent.SynchronizedQueue
 
clear() - Method in class org.apache.pivot.collections.concurrent.SynchronizedSet
 
clear() - Method in class org.apache.pivot.collections.concurrent.SynchronizedStack
 
clear() - Method in class org.apache.pivot.collections.EnumList
 
clear() - Method in class org.apache.pivot.collections.EnumMap
 
clear() - Method in class org.apache.pivot.collections.EnumSet
 
clear() - Method in class org.apache.pivot.collections.HashMap
 
clear() - Method in class org.apache.pivot.collections.HashSet
 
clear() - Method in class org.apache.pivot.collections.immutable.ImmutableList
 
clear() - Method in class org.apache.pivot.collections.immutable.ImmutableMap
 
clear() - Method in class org.apache.pivot.collections.immutable.ImmutableSet
 
clear() - Method in class org.apache.pivot.collections.LinkedList
 
clear() - Method in class org.apache.pivot.collections.LinkedQueue
 
clear() - Method in class org.apache.pivot.collections.LinkedStack
 
clear() - Method in interface org.apache.pivot.collections.List
 
clear() - Method in interface org.apache.pivot.collections.Map
Removes all entries in the map.
clear() - Method in interface org.apache.pivot.collections.Set
 
clear() - Method in class org.apache.pivot.sql.ResultList
 
clear() - Method in class org.apache.pivot.xml.Element
Removes all nodes from this element.
clone() - Method in class org.apache.pivot.text.CharSequenceCharacterIterator
 
close() - Method in class org.apache.pivot.io.EchoReader
 
close() - Method in class org.apache.pivot.io.EchoWriter
 
close() - Method in class org.apache.pivot.io.IOTask.MonitoredInputStream
 
close() - Method in class org.apache.pivot.io.IOTask.MonitoredOutputStream
 
coerce(Object, Class<? extends T>) - Static method in class org.apache.pivot.beans.BeanAdapter
Coerces a value to a given type.
Collection<T> - Interface in org.apache.pivot.collections
Root interface in collection hierarchy.
columnName - Variable in class org.apache.pivot.sql.ResultList.Field
The source column name.
Command - Interface in org.apache.pivot.util
Generic command interface.
comparatorChanged(List<T>, Comparator<T>) - Method in class org.apache.pivot.collections.List.ListListenerList
 
comparatorChanged(List<T>, Comparator<T>) - Method in class org.apache.pivot.collections.ListListener.Adapter
 
comparatorChanged(List<T>, Comparator<T>) - Method in interface org.apache.pivot.collections.ListListener
Called when a list's comparator has changed.
comparatorChanged(Map<K, V>, Comparator<K>) - Method in class org.apache.pivot.collections.Map.MapListenerList
 
comparatorChanged(Map<K, V>, Comparator<K>) - Method in class org.apache.pivot.collections.MapListener.Adapter
 
comparatorChanged(Map<K, V>, Comparator<K>) - Method in interface org.apache.pivot.collections.MapListener
Called when a map's comparator has changed.
comparatorChanged(Queue<T>, Comparator<T>) - Method in class org.apache.pivot.collections.Queue.QueueListenerList
 
comparatorChanged(Queue<T>, Comparator<T>) - Method in class org.apache.pivot.collections.QueueListener.Adapter
 
comparatorChanged(Queue<T>, Comparator<T>) - Method in interface org.apache.pivot.collections.QueueListener
Called when a queue's comparator has changed.
comparatorChanged(Set<E>, Comparator<E>) - Method in class org.apache.pivot.collections.Set.SetListenerList
 
comparatorChanged(Set<E>, Comparator<E>) - Method in class org.apache.pivot.collections.SetListener.Adapter
 
comparatorChanged(Set<E>, Comparator<E>) - Method in interface org.apache.pivot.collections.SetListener
Called when a set's comparator has changed.
comparatorChanged(Stack<T>, Comparator<T>) - Method in class org.apache.pivot.collections.Stack.StackListenerList
 
comparatorChanged(Stack<T>, Comparator<T>) - Method in class org.apache.pivot.collections.StackListener.Adapter
 
comparatorChanged(Stack<T>, Comparator<T>) - Method in interface org.apache.pivot.collections.StackListener
Called when a stack's comparator has changed.
compareTo(CalendarDate) - Method in class org.apache.pivot.util.CalendarDate
Compares this calendar date with another calendar date.
compareTo(Time) - Method in class org.apache.pivot.util.Time
 
compareTo(Version) - Method in class org.apache.pivot.util.Version
 
Console - Class in org.apache.pivot.util
Utility class for a simple log to the console, for example from scripts.
contains(E) - Method in class org.apache.pivot.collections.adapter.SetAdapter
 
contains(E) - Method in class org.apache.pivot.collections.concurrent.SynchronizedSet
 
contains(E) - Method in class org.apache.pivot.collections.EnumSet
 
contains(E) - Method in interface org.apache.pivot.collections.Group
Tests the existence of an element in the group.
contains(E) - Method in class org.apache.pivot.collections.HashSet
 
contains(E) - Method in class org.apache.pivot.collections.immutable.ImmutableSet
 
contains(CalendarDate.Range) - Method in class org.apache.pivot.util.CalendarDate.Range
 
contains(CalendarDate) - Method in class org.apache.pivot.util.CalendarDate.Range
 
contains(Task<?>) - Method in class org.apache.pivot.util.concurrent.TaskGroup
 
contains(T) - Method in class org.apache.pivot.util.ListenerList
Tests the existence of a listener in the list.
contains(Time.Range) - Method in class org.apache.pivot.util.Time.Range
 
contains(Time) - Method in class org.apache.pivot.util.Time.Range
 
containsKey(String) - Method in class org.apache.pivot.beans.BeanAdapter
Verifies the existence of a property.
containsKey(K) - Method in class org.apache.pivot.collections.adapter.MapAdapter
 
containsKey(K) - Method in class org.apache.pivot.collections.concurrent.SynchronizedMap
 
containsKey(K) - Method in interface org.apache.pivot.collections.Dictionary
Tests the existence of a key in the dictionary.
containsKey(E) - Method in class org.apache.pivot.collections.EnumMap
 
containsKey(K) - Method in class org.apache.pivot.collections.HashMap
Tests the existence of a key in the dictionary.
containsKey(K) - Method in class org.apache.pivot.collections.immutable.ImmutableMap
 
containsKey(Object, String) - Static method in class org.apache.pivot.json.JSON
Tests the existence of a path in a given object.
containsKey(String) - Method in class org.apache.pivot.util.MIMEType
 
containsKey(String) - Method in class org.apache.pivot.util.Resources
 
containsKey(String) - Method in class org.apache.pivot.xml.Element.ElementDictionary
Tests for the existence of an attribute.
containsKey(String) - Method in class org.apache.pivot.xml.Element.NamespaceDictionary
Tests for the existence of a namespace declared by this element.
CSV_EXTENSION - Static variable in class org.apache.pivot.serialization.CSVSerializer
 
CSVSerializer - Class in org.apache.pivot.serialization
Implementation of the Serializer interface that reads data from and writes data to a comma-separated value (CSV) file.
CSVSerializer() - Constructor for class org.apache.pivot.serialization.CSVSerializer
 
CSVSerializer(Charset) - Constructor for class org.apache.pivot.serialization.CSVSerializer
 
CSVSerializer(Type) - Constructor for class org.apache.pivot.serialization.CSVSerializer
 
CSVSerializer(Charset, Type) - Constructor for class org.apache.pivot.serialization.CSVSerializer
 
CSVSerializerListener - Interface in org.apache.pivot.serialization
CSV serializer listener interface.
CSVSerializerListener.Adapter - Class in org.apache.pivot.serialization
CSV serializer listener adapter.
CSVSerializerListener.Adapter() - Constructor for class org.apache.pivot.serialization.CSVSerializerListener.Adapter
 
current() - Method in class org.apache.pivot.text.CharSequenceCharacterIterator
 

D

day - Variable in class org.apache.pivot.util.CalendarDate
The day of the month, 0-based.
decode(String) - Static method in class org.apache.pivot.util.Base64
Decodes the specified base64 string back into its raw data.
decode(String) - Static method in class org.apache.pivot.util.CalendarDate
Creates a new date representing the specified date string.
decode(String) - Static method in class org.apache.pivot.util.CalendarDate.Range
 
decode(String) - Static method in class org.apache.pivot.util.MIMEType
 
decode(String) - Static method in class org.apache.pivot.util.Time
Creates a new time representing the specified time string.
decode(String) - Static method in class org.apache.pivot.util.Time.Range
 
decode(String) - Static method in class org.apache.pivot.util.Version
 
DEFAULT_CAPACITY - Static variable in class org.apache.pivot.collections.ArrayList
 
DEFAULT_CAPACITY - Static variable in class org.apache.pivot.collections.HashMap
 
DEFAULT_CHARSET_NAME - Static variable in class org.apache.pivot.json.JSONSerializer
 
DEFAULT_CHARSET_NAME - Static variable in class org.apache.pivot.serialization.CSVSerializer
 
DEFAULT_CHARSET_NAME - Static variable in class org.apache.pivot.serialization.StringSerializer
 
DEFAULT_CHARSET_NAME - Static variable in class org.apache.pivot.util.Resources
 
DEFAULT_CHARSET_NAME - Static variable in class org.apache.pivot.xml.XMLSerializer
 
DEFAULT_EXECUTOR_SERVICE - Static variable in class org.apache.pivot.util.concurrent.Task
 
DEFAULT_ITEM_TYPE - Static variable in class org.apache.pivot.serialization.CSVSerializer
 
DEFAULT_LANGUAGE - Static variable in class org.apache.pivot.beans.BXMLSerializer
 
DEFAULT_LOAD_FACTOR - Static variable in class org.apache.pivot.collections.HashMap
 
DEFAULT_TYPE - Static variable in class org.apache.pivot.json.JSONSerializer
 
defaultNamespaceURIChanged(Element, String) - Method in class org.apache.pivot.xml.ElementListener.Adapter
 
defaultNamespaceURIChanged(Element, String) - Method in interface org.apache.pivot.xml.ElementListener
Called when an element's default namespace URI has changed.
DefaultProperty - Annotation Type in org.apache.pivot.beans
Specifies a property to which child elements will be added or set when an explicit property is not given.
DEFINE_TAG - Static variable in class org.apache.pivot.beans.BXMLSerializer
 
depthFirstIterator(Sequence<T>) - Static method in class org.apache.pivot.collections.Sequence.Tree
Returns an iterator that will perform a depth-first traversal of the nested sequence.
dequeue() - Method in class org.apache.pivot.collections.ArrayQueue
 
dequeue() - Method in class org.apache.pivot.collections.concurrent.SynchronizedQueue
 
dequeue() - Method in class org.apache.pivot.collections.LinkedQueue
 
dequeue() - Method in interface org.apache.pivot.collections.Queue
Removes the item from the head of the queue and returns it.
Dictionary<K,V> - Interface in org.apache.pivot.collections
Interface representing a set of key/value pairs.
Dictionary.Pair<K,V> - Class in org.apache.pivot.collections
Class representing a key/value pair.
Dictionary.Pair(K, V) - Constructor for class org.apache.pivot.collections.Dictionary.Pair
 

E

EchoReader - Class in org.apache.pivot.io
Reader that echoes characters to the console as they are read.
EchoReader(Reader) - Constructor for class org.apache.pivot.io.EchoReader
 
EchoReader(Reader, Writer) - Constructor for class org.apache.pivot.io.EchoReader
 
EchoWriter - Class in org.apache.pivot.io
Writer that echoes characters to the console as they are written.
EchoWriter(Writer) - Constructor for class org.apache.pivot.io.EchoWriter
 
EchoWriter(Writer, Writer) - Constructor for class org.apache.pivot.io.EchoWriter
 
Element - Class in org.apache.pivot.xml
Node class representing an XML element.
Element(String) - Constructor for class org.apache.pivot.xml.Element
 
Element(String, String) - Constructor for class org.apache.pivot.xml.Element
 
Element.Attribute - Class in org.apache.pivot.xml
Class representing an XML attribute.
Element.Attribute(String, String) - Constructor for class org.apache.pivot.xml.Element.Attribute
 
Element.Attribute(String, String, String) - Constructor for class org.apache.pivot.xml.Element.Attribute
 
Element.AttributeSequence - Class in org.apache.pivot.xml
Sequence representing the attributes declared by this element.
Element.ElementDictionary - Class in org.apache.pivot.xml
Dictionary representing the attributes declared by this element.
Element.NamespaceDictionary - Class in org.apache.pivot.xml
Dictionary representing the namespaces declared by this element.
elementAdded(Set<E>, E) - Method in class org.apache.pivot.collections.Set.SetListenerList
 
elementAdded(Set<E>, E) - Method in class org.apache.pivot.collections.SetListener.Adapter
 
elementAdded(Set<E>, E) - Method in interface org.apache.pivot.collections.SetListener
Called when an element is added to a set.
ElementListener - Interface in org.apache.pivot.xml
Element listener interface.
ElementListener.Adapter - Class in org.apache.pivot.xml
Element listener adapter.
ElementListener.Adapter() - Constructor for class org.apache.pivot.xml.ElementListener.Adapter
 
elementRemoved(Set<E>, E) - Method in class org.apache.pivot.collections.Set.SetListenerList
 
elementRemoved(Set<E>, E) - Method in class org.apache.pivot.collections.SetListener.Adapter
 
elementRemoved(Set<E>, E) - Method in interface org.apache.pivot.collections.SetListener
Called when an element is removed from the set.
EmptyIterator<T> - Class in org.apache.pivot.util
A no-op iterator.
EmptyIterator() - Constructor for class org.apache.pivot.util.EmptyIterator
 
encode(byte[]) - Static method in class org.apache.pivot.util.Base64
Encodes the specified data into a base64 string.
end - Variable in class org.apache.pivot.util.CalendarDate.Range
 
end - Variable in class org.apache.pivot.util.Time.Range
 
END_KEY - Static variable in class org.apache.pivot.util.CalendarDate.Range
 
END_KEY - Static variable in class org.apache.pivot.util.Time.Range
 
endDictionary(JSONSerializer) - Method in class org.apache.pivot.json.JSONSerializerListener.Adapter
 
endDictionary(JSONSerializer) - Method in interface org.apache.pivot.json.JSONSerializerListener
Called when the serializer has finished reading a dictionary value.
endElement(XMLSerializer) - Method in class org.apache.pivot.xml.XMLSerializerListener.Adapter
 
endElement(XMLSerializer) - Method in interface org.apache.pivot.xml.XMLSerializerListener
Called when the serializer has finished reading an element.
endList(CSVSerializer) - Method in class org.apache.pivot.serialization.CSVSerializerListener.Adapter
 
endList(CSVSerializer) - Method in interface org.apache.pivot.serialization.CSVSerializerListener
Called when the serializer has finished reading the list.
endSequence(JSONSerializer) - Method in class org.apache.pivot.json.JSONSerializerListener.Adapter
 
endSequence(JSONSerializer) - Method in interface org.apache.pivot.json.JSONSerializerListener
Called when the serializer has finished reading a sequence value.
enqueue(T) - Method in class org.apache.pivot.collections.ArrayQueue
 
enqueue(T) - Method in class org.apache.pivot.collections.concurrent.SynchronizedQueue
 
enqueue(T) - Method in class org.apache.pivot.collections.LinkedQueue
 
enqueue(T) - Method in interface org.apache.pivot.collections.Queue
Enqueues an item.
ensureCapacity(int) - Method in class org.apache.pivot.collections.ArrayList
 
ensureCapacity(int) - Method in class org.apache.pivot.collections.ArrayQueue
 
ensureCapacity(int) - Method in class org.apache.pivot.collections.ArrayStack
 
EnumList<E extends Enum<E>> - Class in org.apache.pivot.collections
Implementation of the List interface that is backed by an enum.
EnumList(Class<E>) - Constructor for class org.apache.pivot.collections.EnumList
 
EnumMap<E extends Enum<E>,V> - Class in org.apache.pivot.collections
Implementation of the Set interface whose keys are backed by a set of enum values.
EnumMap(Class<E>) - Constructor for class org.apache.pivot.collections.EnumMap
 
EnumSet<E extends Enum<E>> - Class in org.apache.pivot.collections
Implementation of the Set interface that is backed by an array of enum values.
EnumSet(Class<E>) - Constructor for class org.apache.pivot.collections.EnumSet
 
equals(Object) - Method in class org.apache.pivot.beans.NamespaceBinding
 
equals(Object) - Method in class org.apache.pivot.collections.ArrayList
 
equals(Object) - Method in class org.apache.pivot.collections.Dictionary.Pair
 
equals(Object) - Method in class org.apache.pivot.collections.EnumList
 
equals(Object) - Method in class org.apache.pivot.collections.HashMap
 
equals(Object) - Method in class org.apache.pivot.collections.HashSet
 
equals(Object) - Method in class org.apache.pivot.collections.LinkedList
 
equals(Object) - Method in class org.apache.pivot.util.CalendarDate
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class org.apache.pivot.util.Time
 
equals(Object) - Method in class org.apache.pivot.util.Version
 
equals(Object) - Method in class org.apache.pivot.xml.Element.Attribute
 
equals(Object) - Method in class org.apache.pivot.xml.TextNode
 
evaluate(Object) - Method in interface org.apache.pivot.beans.NamespaceBinding.BindMapping
Transforms a source value during a bind operation.
execute() - Method in interface org.apache.pivot.util.Command
Execute the command.
execute() - Method in class org.apache.pivot.util.concurrent.Task
Synchronously executes the task.
execute(TaskListener<V>) - Method in class org.apache.pivot.util.concurrent.Task
Asynchronously executes the task.
execute(TaskListener<V>, ExecutorService) - Method in class org.apache.pivot.util.concurrent.Task
Asynchronously executes the task.
execute() - Method in class org.apache.pivot.util.concurrent.TaskGroup
 
execute() - Method in class org.apache.pivot.util.concurrent.TaskSequence
 
executeFailed(Task<V>) - Method in interface org.apache.pivot.util.concurrent.TaskListener
Called when task execution has failed.

F

FileList - Class in org.apache.pivot.io
Collection representing a list of files.
FileList() - Constructor for class org.apache.pivot.io.FileList
 
FileList(List<File>) - Constructor for class org.apache.pivot.io.FileList
 
FileSerializer - Class in org.apache.pivot.io
Implementation of the Serializer interface that reads and writes File objects.
FileSerializer() - Constructor for class org.apache.pivot.io.FileSerializer
Creates a new file serializer that will store temporary files in the default temporary file directory.
FileSerializer(File) - Constructor for class org.apache.pivot.io.FileSerializer
Creates a new file serializer that will store temporary files in a specific directory.
FileSizeFormat - Class in org.apache.pivot.text
Converts a file size into a human-readable representation using binary prefixes (1KB = 1024 bytes).
Filter<T> - Interface in org.apache.pivot.util
Generic filter interface.
first() - Method in class org.apache.pivot.text.CharSequenceCharacterIterator
 
flush() - Method in class org.apache.pivot.io.EchoWriter
 
flush() - Method in class org.apache.pivot.io.IOTask.MonitoredOutputStream
 
forDepth(int) - Static method in class org.apache.pivot.collections.Sequence.Tree.Path
 
format(Object, StringBuffer, FieldPosition) - Method in class org.apache.pivot.text.FileSizeFormat
Formats a file size.

G

get(String) - Method in class org.apache.pivot.beans.BeanAdapter
Invokes the getter method for the given property.
get(int) - Method in class org.apache.pivot.collections.adapter.ListAdapter
 
get(K) - Method in class org.apache.pivot.collections.adapter.MapAdapter
 
get(int) - Method in class org.apache.pivot.collections.ArrayAdapter
 
get(int) - Method in class org.apache.pivot.collections.ArrayList
 
get(int) - Method in class org.apache.pivot.collections.concurrent.SynchronizedList
 
get(K) - Method in class org.apache.pivot.collections.concurrent.SynchronizedMap
 
get(K) - Method in interface org.apache.pivot.collections.Dictionary
Retrieves the value for the given key.
get(int) - Method in class org.apache.pivot.collections.EnumList
 
get(E) - Method in class org.apache.pivot.collections.EnumMap
 
get(K) - Method in class org.apache.pivot.collections.HashMap
Retrieves the value for the given key.
get(int) - Method in class org.apache.pivot.collections.immutable.ImmutableList
 
get(K) - Method in class org.apache.pivot.collections.immutable.ImmutableMap
 
get(int) - Method in class org.apache.pivot.collections.LinkedList
 
get(int) - Method in interface org.apache.pivot.collections.Sequence
Retrieves the item at the given index.
get(Sequence<T>, Sequence.Tree.Path) - Static method in class org.apache.pivot.collections.Sequence.Tree
Retrieves an item from a nested sequence.
get(int) - Method in class org.apache.pivot.collections.Sequence.Tree.Path
 
get(Object, String) - Static method in class org.apache.pivot.json.JSON
Returns the value at a given path.
get(Object, Sequence<String>) - Static method in class org.apache.pivot.json.JSON
Returns the value at a given path.
get(int) - Method in class org.apache.pivot.sql.ResultList
 
get(int) - Method in class org.apache.pivot.util.concurrent.TaskSequence
 
get(int) - Method in class org.apache.pivot.util.ListenerList
Get the indexed element in the list.
get(String) - Method in class org.apache.pivot.util.MIMEType
 
get(String) - Method in class org.apache.pivot.util.Resources
 
get(int) - Method in class org.apache.pivot.xml.Element.AttributeSequence
Returns the attribute at a given index.
get(String) - Method in class org.apache.pivot.xml.Element.ElementDictionary
Returns an attribute value.
get(int) - Method in class org.apache.pivot.xml.Element
Returns the node at the given index.
get(String) - Method in class org.apache.pivot.xml.Element.NamespaceDictionary
Returns the URI of a namespace declared by this element.
GET_PREFIX - Static variable in class org.apache.pivot.beans.BeanAdapter
 
getAlwaysDelimitMapKeys() - Method in class org.apache.pivot.json.JSONSerializer
Returns a flag indicating whether or not map keys will always be quote-delimited.
getAttributes() - Method in class org.apache.pivot.xml.Element
Returns the element's attribute dictionary.
getBaseName() - Method in class org.apache.pivot.util.Resources
 
getBaseType() - Method in class org.apache.pivot.util.MIMEType
Returns the base type of this MIME type (i.e. the type string minus parameter values).
getBean() - Method in class org.apache.pivot.beans.BeanAdapter
Returns the bean object this dictionary wraps.
getBean() - Method in class org.apache.pivot.beans.BeanMonitor
Returns the bean object that this monitor wraps.
getBeginIndex() - Method in class org.apache.pivot.text.CharSequenceCharacterIterator
 
getBindMapping() - Method in class org.apache.pivot.beans.NamespaceBinding
Returns the bind mapping.
getByte(Object, String) - Static method in class org.apache.pivot.json.JSON
 
getCapacity() - Method in class org.apache.pivot.collections.ArrayList
 
getCapacity() - Method in class org.apache.pivot.collections.HashMap
 
getCharset() - Method in class org.apache.pivot.json.JSONSerializer
Returns the character set used to encode/decode the JSON data.
getCharset() - Method in class org.apache.pivot.serialization.CSVSerializer
Returns the character set used to encode/decode the CSV data.
getCharset() - Method in class org.apache.pivot.serialization.StringSerializer
 
getCharset() - Method in class org.apache.pivot.util.Resources
 
getCharset() - Method in class org.apache.pivot.xml.XMLSerializer
 
getComparator() - Method in class org.apache.pivot.beans.BeanAdapter
 
getComparator() - Method in class org.apache.pivot.collections.adapter.ListAdapter
 
getComparator() - Method in class org.apache.pivot.collections.adapter.MapAdapter
 
getComparator() - Method in class org.apache.pivot.collections.adapter.SetAdapter
 
getComparator() - Method in class org.apache.pivot.collections.ArrayList
 
getComparator() - Method in class org.apache.pivot.collections.ArrayQueue
 
getComparator() - Method in class org.apache.pivot.collections.ArrayStack
 
getComparator() - Method in interface org.apache.pivot.collections.Collection
Returns the collection's sort order.
getComparator() - Method in class org.apache.pivot.collections.concurrent.SynchronizedList
 
getComparator() - Method in class org.apache.pivot.collections.concurrent.SynchronizedMap
 
getComparator() - Method in class org.apache.pivot.collections.concurrent.SynchronizedQueue
 
getComparator() - Method in class org.apache.pivot.collections.concurrent.SynchronizedSet
 
getComparator() - Method in class org.apache.pivot.collections.concurrent.SynchronizedStack
 
getComparator() - Method in class org.apache.pivot.collections.EnumList
 
getComparator() - Method in class org.apache.pivot.collections.EnumMap
 
getComparator() - Method in class org.apache.pivot.collections.EnumSet
 
getComparator() - Method in class org.apache.pivot.collections.HashMap
 
getComparator() - Method in class org.apache.pivot.collections.HashSet
 
getComparator() - Method in class org.apache.pivot.collections.immutable.ImmutableList
 
getComparator() - Method in class org.apache.pivot.collections.immutable.ImmutableMap
 
getComparator() - Method in class org.apache.pivot.collections.immutable.ImmutableSet
 
getComparator() - Method in class org.apache.pivot.collections.LinkedList
 
getComparator() - Method in class org.apache.pivot.collections.LinkedQueue
 
getComparator() - Method in class org.apache.pivot.collections.LinkedStack
 
getComparator() - Method in class org.apache.pivot.sql.ResultList
 
getComparator() - Method in class org.apache.pivot.xml.Element
 
getCount() - Method in class org.apache.pivot.beans.BeanAdapter
 
getCount() - Method in class org.apache.pivot.collections.adapter.MapAdapter
 
getCount() - Method in class org.apache.pivot.collections.adapter.SetAdapter
 
getCount() - Method in class org.apache.pivot.collections.concurrent.SynchronizedMap
 
getCount() - Method in class org.apache.pivot.collections.concurrent.SynchronizedSet
 
getCount() - Method in class org.apache.pivot.collections.EnumMap
 
getCount() - Method in class org.apache.pivot.collections.EnumSet
 
getCount() - Method in class org.apache.pivot.collections.HashMap
 
getCount() - Method in class org.apache.pivot.collections.HashSet
 
getCount() - Method in class org.apache.pivot.collections.immutable.ImmutableMap
 
getCount() - Method in class org.apache.pivot.collections.immutable.ImmutableSet
 
getCount() - Method in interface org.apache.pivot.collections.Map
Returns the number of entries in the map.
getCount() - Method in interface org.apache.pivot.collections.Set
Returns the number of elements in the set.
getCount() - Method in class org.apache.pivot.util.concurrent.TaskGroup
 
getCSVSerializerListeners() - Method in class org.apache.pivot.serialization.CSVSerializer
 
getCurrentLocation() - Method in class org.apache.pivot.beans.BXMLSerializer
Return the current location of the XML parser.
getDefaultLanguage() - Method in class org.apache.pivot.beans.BXMLSerializer
 
getDefaultNamespaceURI() - Method in class org.apache.pivot.xml.Element
Returns the element's default namespace URI.
getDepth() - Method in class org.apache.pivot.collections.ArrayStack
 
getDepth() - Method in class org.apache.pivot.collections.concurrent.SynchronizedStack
 
getDepth() - Method in class org.apache.pivot.collections.LinkedStack
 
getDepth() - Method in interface org.apache.pivot.collections.Stack
Returns the stack depth.
getDouble(Object, String) - Static method in class org.apache.pivot.json.JSON
 
getElement() - Method in class org.apache.pivot.xml.Element.Attribute
Returns the element to which this attribute belongs.
getElement(Element, String) - Static method in class org.apache.pivot.xml.XML
Returns the element matching a given path.
getElementDictionary() - Method in class org.apache.pivot.xml.Element
Returns the element's element dictionary.
getElementListeners() - Method in class org.apache.pivot.xml.Element
Returns the element listener list.
getElements(String) - Method in class org.apache.pivot.xml.Element
Returns the sub-elements of of this element whose tag names match the given name.
getElements(Element, String, String) - Static method in class org.apache.pivot.xml.XML
Returns the sub-elements of a descendant of root whose tag names match the given name.
getEndIndex() - Method in class org.apache.pivot.text.CharSequenceCharacterIterator
 
getEnumClass() - Method in class org.apache.pivot.collections.EnumList
 
getEnumClass() - Method in class org.apache.pivot.collections.EnumSet
 
getExecutorService() - Method in class org.apache.pivot.util.concurrent.Task
Returns the executor service used to execute this task.
getFault() - Method in class org.apache.pivot.util.concurrent.Task
Returns the fault that occurred while executing the task.
getField(Class<?>, String) - Static method in class org.apache.pivot.beans.BeanAdapter
Returns the public, non-static fields for a property.
getFields() - Method in class org.apache.pivot.sql.ResultList
 
getFileExtensions() - Static method in class org.apache.pivot.beans.BXMLSerializer
Returns the file extension/MIME type map.
getFloat(Object, String) - Static method in class org.apache.pivot.json.JSON
 
getGenericType(String) - Method in class org.apache.pivot.beans.BeanAdapter
Returns the generic type of a property.
getGenericType(Class<?>, String) - Static method in class org.apache.pivot.beans.BeanAdapter
Returns the generic type of a property.
getGetterMethod(Class<?>, String) - Static method in class org.apache.pivot.beans.BeanAdapter
Returns the getter method for a property.
getIncludeNullValues() - Method in class org.apache.pivot.sql.ResultList
 
getIndex() - Method in class org.apache.pivot.text.CharSequenceCharacterIterator
 
getInstance() - Static method in class org.apache.pivot.text.FileSizeFormat
Returns a shared file size format instance.
getInt(Object, String) - Static method in class org.apache.pivot.json.JSON
 
getItemType() - Method in class org.apache.pivot.serialization.CSVSerializer
Returns the type of the item that will be instantiated by the serializer during a read operation.
getJSONSerializerListeners() - Method in class org.apache.pivot.json.JSONSerializer
 
getKeys() - Method in class org.apache.pivot.serialization.CSVSerializer
Returns the keys that will be read or written by this serializer.
getLength() - Method in class org.apache.pivot.collections.adapter.ListAdapter
 
getLength() - Method in class org.apache.pivot.collections.ArrayAdapter
 
getLength() - Method in class org.apache.pivot.collections.ArrayList
 
getLength() - Method in class org.apache.pivot.collections.ArrayQueue
 
getLength() - Method in class org.apache.pivot.collections.concurrent.SynchronizedList
 
getLength() - Method in class org.apache.pivot.collections.concurrent.SynchronizedQueue
 
getLength() - Method in class org.apache.pivot.collections.EnumList
 
getLength() - Method in class org.apache.pivot.collections.immutable.ImmutableList
 
getLength() - Method in class org.apache.pivot.collections.LinkedList
 
getLength() - Method in class org.apache.pivot.collections.LinkedQueue
 
getLength() - Method in interface org.apache.pivot.collections.List
Returns the length of the list.
getLength() - Method in interface org.apache.pivot.collections.Queue
Returns the length of the queue.
getLength() - Method in interface org.apache.pivot.collections.Sequence
Returns the length of the sequence.
getLength() - Method in class org.apache.pivot.collections.Sequence.Tree.Path
 
getLength() - Method in class org.apache.pivot.sql.ResultList
 
getLength() - Method in class org.apache.pivot.util.CalendarDate.Range
 
getLength() - Method in class org.apache.pivot.util.concurrent.TaskSequence
 
getLength() - Method in class org.apache.pivot.util.ListenerList
Get the number of elements in the list.
getLength() - Method in class org.apache.pivot.util.Time.Range
 
getLength() - Method in class org.apache.pivot.xml.Element.AttributeSequence
Returns the number of attributes in the sequence.
getLength() - Method in class org.apache.pivot.xml.Element
Returns the number of nodes contained by this element.
getList() - Method in class org.apache.pivot.collections.adapter.ListAdapter
 
getListListeners() - Method in class org.apache.pivot.collections.adapter.ListAdapter
 
getListListeners() - Method in class org.apache.pivot.collections.ArrayList
 
getListListeners() - Method in class org.apache.pivot.collections.concurrent.SynchronizedList
 
getListListeners() - Method in class org.apache.pivot.collections.EnumList
 
getListListeners() - Method in class org.apache.pivot.collections.immutable.ImmutableList
 
getListListeners() - Method in class org.apache.pivot.collections.LinkedList
 
getListListeners() - Method in interface org.apache.pivot.collections.List
Returns the list listener list.
getListListeners() - Method in class org.apache.pivot.sql.ResultList
 
getListListeners() - Method in class org.apache.pivot.xml.Element
Returns the element's listener list.
getLocale() - Method in class org.apache.pivot.util.Resources
 
getLocalName() - Method in class org.apache.pivot.xml.Element.Attribute
Returns the attribute's local name.
getLocalName() - Method in class org.apache.pivot.xml.Element
Returns the element's local name.
getLocation() - Method in class org.apache.pivot.beans.BXMLSerializer
 
getLocation() - Method in interface org.apache.pivot.beans.Resolvable
Returns the serializer's location.
getLong(Object, String) - Static method in class org.apache.pivot.json.JSON
 
getMaintenanceRevision() - Method in class org.apache.pivot.util.Version
 
getMajorRevision() - Method in class org.apache.pivot.util.Version
 
getMap() - Method in class org.apache.pivot.collections.adapter.MapAdapter
 
getMapListeners() - Method in class org.apache.pivot.beans.BeanAdapter
 
getMapListeners() - Method in class org.apache.pivot.collections.adapter.MapAdapter
 
getMapListeners() - Method in class org.apache.pivot.collections.concurrent.SynchronizedMap
 
getMapListeners() - Method in class org.apache.pivot.collections.EnumMap
 
getMapListeners() - Method in class org.apache.pivot.collections.HashMap
 
getMapListeners() - Method in class org.apache.pivot.collections.immutable.ImmutableMap
 
getMapListeners() - Method in interface org.apache.pivot.collections.Map
Returns the map listener collection.
getMaximumSupportedYear() - Static method in class org.apache.pivot.util.CalendarDate
Return the maximum supported year.
getMIMEType(Object) - Method in class org.apache.pivot.beans.BXMLSerializer
 
getMIMEType(File) - Method in class org.apache.pivot.io.FileSerializer
 
getMIMEType(Object) - Method in class org.apache.pivot.json.JSONSerializer
 
getMIMEType(Object) - Method in class org.apache.pivot.serialization.BinarySerializer
 
getMIMEType(byte[]) - Method in class org.apache.pivot.serialization.ByteArraySerializer
 
getMIMEType(List<?>) - Method in class org.apache.pivot.serialization.CSVSerializer
 
getMIMEType(Map<?, ?>) - Method in class org.apache.pivot.serialization.PropertiesSerializer
 
getMIMEType(T) - Method in interface org.apache.pivot.serialization.Serializer
Returns the MIME type of the data read and written by this serializer.
getMIMEType(String) - Method in class org.apache.pivot.serialization.StringSerializer
 
getMIMEType(Element) - Method in class org.apache.pivot.xml.XMLSerializer
 
getMimeTypes() - Static method in class org.apache.pivot.beans.BXMLSerializer
Returns the MIME type/serializer class map.
getMinimumSupportedYear() - Static method in class org.apache.pivot.util.CalendarDate
Return the minimum supported year.
getMinorRevision() - Method in class org.apache.pivot.util.Version
 
getName() - Method in class org.apache.pivot.xml.Element.Attribute
Returns the fully-qualified name of the attribute.
getName() - Method in class org.apache.pivot.xml.Element
Returns the fully-qualified name of the element.
getNamespace() - Method in class org.apache.pivot.beans.BXMLSerializer
 
getNamespace() - Method in class org.apache.pivot.beans.NamespaceBinding
Returns the namespace.
getNamespace() - Method in interface org.apache.pivot.beans.Resolvable
Returns's the serializer's namespace.
getNamespacePrefix() - Method in class org.apache.pivot.xml.Element.Attribute
Returns the attribute's namespace prefix.
getNamespacePrefix() - Method in class org.apache.pivot.xml.Element
Returns the element's namespace prefix.
getNamespaces() - Method in class org.apache.pivot.xml.Element
Returns the element's namespace dictionary.
getNamespaceURI(String) - Method in class org.apache.pivot.xml.Element
Determines the namespace URI corresponding to the given prefix by traversing the element's ancestry.
getNodeListeners() - Method in class org.apache.pivot.xml.Node
Returns the node listener list.
getNumber() - Method in class org.apache.pivot.util.Version
 
getParent() - Method in class org.apache.pivot.util.Resources
 
getParent() - Method in class org.apache.pivot.xml.Node
Returns the parent element of the node.
getPath() - Method in interface org.apache.pivot.collections.Sequence.Tree.ItemIterator
Gets the path within the nested sequence to the item most recently returned by a call to next().
getPropertyChangeListeners() - Method in class org.apache.pivot.beans.BeanMonitor
 
getProvider(String) - Static method in class org.apache.pivot.util.Service
Attempts to load a service provider.
getQueueListeners() - Method in class org.apache.pivot.collections.ArrayQueue
 
getQueueListeners() - Method in class org.apache.pivot.collections.concurrent.SynchronizedQueue
 
getQueueListeners() - Method in class org.apache.pivot.collections.LinkedQueue
 
getQueueListeners() - Method in interface org.apache.pivot.collections.Queue
Returns the queue listener list.
getResources() - Method in class org.apache.pivot.beans.BXMLSerializer
 
getResources() - Method in interface org.apache.pivot.beans.Resolvable
Returns the serializer's resource bundle.
getResult() - Method in class org.apache.pivot.util.concurrent.Task
Returns the result of executing the task.
getResultSet() - Method in class org.apache.pivot.sql.ResultList
 
getRoot() - Method in class org.apache.pivot.beans.BXMLSerializer
Retrieves the root of the object hierarchy most recently processed by this serializer.
getSet() - Method in class org.apache.pivot.collections.adapter.SetAdapter
 
getSetListeners() - Method in class org.apache.pivot.collections.adapter.SetAdapter
 
getSetListeners() - Method in class org.apache.pivot.collections.concurrent.SynchronizedSet
 
getSetListeners() - Method in class org.apache.pivot.collections.EnumSet
 
getSetListeners() - Method in class org.apache.pivot.collections.HashSet
 
getSetListeners() - Method in class org.apache.pivot.collections.immutable.ImmutableSet
 
getSetListeners() - Method in interface org.apache.pivot.collections.Set
Returns the set listener collection.
getSetterMethod(Class<?>, String, Class<?>) - Static method in class org.apache.pivot.beans.BeanAdapter
Returns the setter method for a property.
getShort(Object, String) - Static method in class org.apache.pivot.json.JSON
 
getSource() - Method in class org.apache.pivot.beans.NamespaceBinding
Returns the source object.
getSourceKey() - Method in class org.apache.pivot.beans.NamespaceBinding
Returns the name of the source property.
getSourcePath() - Method in class org.apache.pivot.beans.NamespaceBinding
Returns the path to the source property.
getStackListeners() - Method in class org.apache.pivot.collections.ArrayStack
 
getStackListeners() - Method in class org.apache.pivot.collections.concurrent.SynchronizedStack
 
getStackListeners() - Method in class org.apache.pivot.collections.LinkedStack
 
getStackListeners() - Method in interface org.apache.pivot.collections.Stack
Returns the stack listener list.
getTarget() - Method in class org.apache.pivot.beans.NamespaceBinding
Returns the target object.
getTargetKey() - Method in class org.apache.pivot.beans.NamespaceBinding
Returns the name of the target property.
getTargetPath() - Method in class org.apache.pivot.beans.NamespaceBinding
Returns the path to the target property.
getText() - Method in class org.apache.pivot.xml.Element
Returns the text content of this element.
getText() - Method in class org.apache.pivot.xml.TextNode
 
getText(Element, String) - Static method in class org.apache.pivot.xml.XML
Returns the text content of a descendant of root.
getTimeout() - Method in class org.apache.pivot.util.concurrent.Task
Returns the timeout value for this task.
getTransformedSourceValue() - Method in class org.apache.pivot.beans.NamespaceBinding
Returns the current source value with any bind mapping applied.
getType(String) - Method in class org.apache.pivot.beans.BeanAdapter
Returns the type of a property.
getType(Class<?>, String) - Static method in class org.apache.pivot.beans.BeanAdapter
Returns the type of a property.
getType() - Method in class org.apache.pivot.json.JSONSerializer
Returns the type of the object that will be returned by JSONSerializer.readObject(Reader).
getType() - Method in class org.apache.pivot.util.TypeLiteral
Gets underlying Type instance.
getUpdateRevision() - Method in class org.apache.pivot.util.Version
 
getValue() - Method in class org.apache.pivot.xml.Element.Attribute
Returns the attribute's value.
getWriteKeys() - Method in class org.apache.pivot.serialization.CSVSerializer
Returns the serializer's write keys flag.
getXMLSerializerListeners() - Method in class org.apache.pivot.xml.XMLSerializer
 
getXMLStreamReader() - Method in class org.apache.pivot.beans.BXMLSerializer
Gets a read-only version of the XML stream reader that's being used by this serializer.
Group<E> - Interface in org.apache.pivot.collections
Interface representing a group of unique elements.

H

hashCode() - Method in class org.apache.pivot.beans.NamespaceBinding
 
hashCode() - Method in class org.apache.pivot.collections.ArrayList
 
hashCode() - Method in class org.apache.pivot.collections.Dictionary.Pair
 
hashCode() - Method in class org.apache.pivot.collections.EnumList
 
hashCode() - Method in class org.apache.pivot.collections.HashMap
 
hashCode() - Method in class org.apache.pivot.collections.HashSet
 
hashCode() - Method in class org.apache.pivot.collections.LinkedList
 
hashCode() - Method in class org.apache.pivot.util.CalendarDate
Returns a hash code value for the object.
hashCode() - Method in class org.apache.pivot.util.Time
 
hashCode() - Method in class org.apache.pivot.util.Version
 
hashCode() - Method in class org.apache.pivot.xml.Element.Attribute
 
hashCode() - Method in class org.apache.pivot.xml.TextNode
 
HashMap<K,V> - Class in org.apache.pivot.collections
Implementation of the Map interface that is backed by a hash table.
HashMap() - Constructor for class org.apache.pivot.collections.HashMap
 
HashMap(int) - Constructor for class org.apache.pivot.collections.HashMap
 
HashMap(int, float) - Constructor for class org.apache.pivot.collections.HashMap
 
HashMap(Dictionary.Pair<K, V>...) - Constructor for class org.apache.pivot.collections.HashMap
 
HashMap(Map<K, V>) - Constructor for class org.apache.pivot.collections.HashMap
 
HashMap(Comparator<K>) - Constructor for class org.apache.pivot.collections.HashMap
 
hashMap - Variable in class org.apache.pivot.collections.HashSet
 
HashSet<E> - Class in org.apache.pivot.collections
Implementation of the Set interface that is backed by a hash table.
HashSet() - Constructor for class org.apache.pivot.collections.HashSet
 
HashSet(Set<E>) - Constructor for class org.apache.pivot.collections.HashSet
 
HashSet(E...) - Constructor for class org.apache.pivot.collections.HashSet
 
HashSet(Comparator<E>) - Constructor for class org.apache.pivot.collections.HashSet
 
hasNext() - Method in class org.apache.pivot.util.EmptyIterator
 
hasNext() - Method in class org.apache.pivot.util.ImmutableIterator
 
hasPrevious() - Method in interface org.apache.pivot.collections.List.ItemIterator
 
hour - Variable in class org.apache.pivot.util.Time
The hour value, in 24-hour format.

I

ID_ATTRIBUTE - Static variable in class org.apache.pivot.beans.BXMLSerializer
 
IDProperty - Annotation Type in org.apache.pivot.beans
Specifies a property to which BXML ID values will be propagated during serialization.
ImmutableIterator<T> - Class in org.apache.pivot.util
Immutable implementation of the Iterator interface.
ImmutableIterator(Iterator<T>) - Constructor for class org.apache.pivot.util.ImmutableIterator
 
ImmutableList<T> - Class in org.apache.pivot.collections.immutable
Unmodifiable implementation of the List interface.
ImmutableList(List<T>) - Constructor for class org.apache.pivot.collections.immutable.ImmutableList
 
ImmutableMap<K,V> - Class in org.apache.pivot.collections.immutable
Unmodifiable implementation of the Map interface.
ImmutableMap(Map<K, V>) - Constructor for class org.apache.pivot.collections.immutable.ImmutableMap
 
ImmutableSet<E> - Class in org.apache.pivot.collections.immutable
Unmodifiable implementation of the Set interface.
ImmutableSet(Set<E>) - Constructor for class org.apache.pivot.collections.immutable.ImmutableSet
 
include(T) - Method in interface org.apache.pivot.util.Filter
Determines item inclusion.
INCLUDE_INLINE_ATTRIBUTE - Static variable in class org.apache.pivot.beans.BXMLSerializer
 
INCLUDE_MIME_TYPE_ATTRIBUTE - Static variable in class org.apache.pivot.beans.BXMLSerializer
 
INCLUDE_RESOURCES_ATTRIBUTE - Static variable in class org.apache.pivot.beans.BXMLSerializer
 
INCLUDE_SRC_ATTRIBUTE - Static variable in class org.apache.pivot.beans.BXMLSerializer
 
INCLUDE_TAG - Static variable in class org.apache.pivot.beans.BXMLSerializer
 
indexOf(T) - Method in class org.apache.pivot.collections.adapter.ListAdapter
 
indexOf(T) - Method in class org.apache.pivot.collections.ArrayAdapter
 
indexOf(T) - Method in class org.apache.pivot.collections.ArrayList
 
indexOf(T) - Method in class org.apache.pivot.collections.concurrent.SynchronizedList
 
indexOf(E) - Method in class org.apache.pivot.collections.EnumList
 
indexOf(T) - Method in class org.apache.pivot.collections.immutable.ImmutableList
 
indexOf(T) - Method in class org.apache.pivot.collections.LinkedList
 
indexOf(T) - Method in interface org.apache.pivot.collections.Sequence
Returns the index of an item in the sequence.
indexOf(Integer) - Method in class org.apache.pivot.collections.Sequence.Tree.Path
 
indexOf(Map<String, Object>) - Method in class org.apache.pivot.sql.ResultList
 
indexOf(Task<?>) - Method in class org.apache.pivot.util.concurrent.TaskSequence
 
indexOf(Element.Attribute) - Method in class org.apache.pivot.xml.Element.AttributeSequence
Determines the index of an attribute.
indexOf(Node) - Method in class org.apache.pivot.xml.Element
Determines the index of the given node within this element.
initialize(Map<String, Object>, URL, Resources) - Method in interface org.apache.pivot.beans.Bindable
Called to initialize the class after it has been completely processed and bound by the serializer.
insert(T, int) - Method in class org.apache.pivot.collections.adapter.ListAdapter
 
insert(T, int) - Method in class org.apache.pivot.collections.ArrayAdapter
 
insert(T, int) - Method in class org.apache.pivot.collections.ArrayList
 
insert(T, int) - Method in class org.apache.pivot.collections.concurrent.SynchronizedList
 
insert(E, int) - Method in class org.apache.pivot.collections.EnumList
 
insert(T, int) - Method in class org.apache.pivot.collections.immutable.ImmutableList
 
insert(T, int) - Method in class org.apache.pivot.collections.LinkedList
 
insert(T, int) - Method in interface org.apache.pivot.collections.List
Inserts an item into the list.
insert(T) - Method in interface org.apache.pivot.collections.List.ItemIterator
 
insert(T, int) - Method in interface org.apache.pivot.collections.Sequence
Inserts an item into the sequence at a specific index.
insert(Integer, int) - Method in class org.apache.pivot.collections.Sequence.Tree.ImmutablePath
 
insert(Sequence<T>, T, Sequence.Tree.Path, int) - Static method in class org.apache.pivot.collections.Sequence.Tree
Inserts an item into a nested sequence.
insert(Integer, int) - Method in class org.apache.pivot.collections.Sequence.Tree.Path
 
insert(File, int) - Method in class org.apache.pivot.io.FileList
 
insert(Map<String, Object>, int) - Method in class org.apache.pivot.sql.ResultList
 
insert(Task<?>, int) - Method in class org.apache.pivot.util.concurrent.TaskSequence
 
insert(Element.Attribute, int) - Method in class org.apache.pivot.xml.Element.AttributeSequence
Inserts an attribute into the sequence at a specific location.
insert(Node, int) - Method in class org.apache.pivot.xml.Element
Inserts a node at a specific location within this element.
INTERNAL_ID_PREFIX - Static variable in class org.apache.pivot.beans.BXMLSerializer
 
intersects(CalendarDate.Range) - Method in class org.apache.pivot.util.CalendarDate.Range
 
intersects(Time.Range) - Method in class org.apache.pivot.util.Time.Range
 
IOTask<V> - Class in org.apache.pivot.io
Abstract base class for input/output tasks.
IOTask() - Constructor for class org.apache.pivot.io.IOTask
 
IOTask(ExecutorService) - Constructor for class org.apache.pivot.io.IOTask
 
IOTask.MonitoredInputStream - Class in org.apache.pivot.io
Input stream that monitors the bytes that are read from it by incrementing the bytesReceived member variable.
IOTask.MonitoredInputStream(InputStream) - Constructor for class org.apache.pivot.io.IOTask.MonitoredInputStream
 
IOTask.MonitoredOutputStream - Class in org.apache.pivot.io
Output stream that monitors the bytes that are written to it by incrementing the bytesSent member variable.
IOTask.MonitoredOutputStream(OutputStream) - Constructor for class org.apache.pivot.io.IOTask.MonitoredOutputStream
 
IS_PREFIX - Static variable in class org.apache.pivot.beans.BeanAdapter
 
isDescendant(Sequence.Tree.Path, Sequence.Tree.Path) - Static method in class org.apache.pivot.collections.Sequence.Tree
Determines whether the path represented by the second argument is a descendant of the path represented by the first argument.
isEmpty() - Method in class org.apache.pivot.beans.BeanAdapter
 
isEmpty() - Method in class org.apache.pivot.collections.adapter.ListAdapter
 
isEmpty() - Method in class org.apache.pivot.collections.adapter.MapAdapter
 
isEmpty() - Method in class org.apache.pivot.collections.adapter.SetAdapter
 
isEmpty() - Method in class org.apache.pivot.collections.ArrayList
 
isEmpty() - Method in class org.apache.pivot.collections.ArrayQueue
 
isEmpty() - Method in class org.apache.pivot.collections.ArrayStack
 
isEmpty() - Method in interface org.apache.pivot.collections.Collection
Tests the emptiness of the collection.
isEmpty() - Method in class org.apache.pivot.collections.concurrent.SynchronizedList
 
isEmpty() - Method in class org.apache.pivot.collections.concurrent.SynchronizedMap
 
isEmpty() - Method in class org.apache.pivot.collections.concurrent.SynchronizedQueue
 
isEmpty() - Method in class org.apache.pivot.collections.concurrent.SynchronizedSet
 
isEmpty() - Method in class org.apache.pivot.collections.concurrent.SynchronizedStack
 
isEmpty() - Method in class org.apache.pivot.collections.EnumList
 
isEmpty() - Method in class org.apache.pivot.collections.EnumMap
 
isEmpty() - Method in class org.apache.pivot.collections.EnumSet
 
isEmpty() - Method in class org.apache.pivot.collections.HashMap
 
isEmpty() - Method in class org.apache.pivot.collections.HashSet
 
isEmpty() - Method in class org.apache.pivot.collections.immutable.ImmutableList
 
isEmpty() - Method in class org.apache.pivot.collections.immutable.ImmutableMap
 
isEmpty() - Method in class org.apache.pivot.collections.immutable.ImmutableSet
 
isEmpty() - Method in class org.apache.pivot.collections.LinkedList
 
isEmpty() - Method in class org.apache.pivot.collections.LinkedQueue
 
isEmpty() - Method in class org.apache.pivot.collections.LinkedStack
 
isEmpty() - Method in interface org.apache.pivot.collections.Queue
Tests the emptiness of the queue.
isEmpty() - Method in interface org.apache.pivot.collections.Stack
Tests the emptiness of the stack.
isEmpty() - Method in class org.apache.pivot.sql.ResultList
 
isEmpty() - Method in class org.apache.pivot.util.ListenerList
Tests the emptiness of the list.
isEmpty() - Method in class org.apache.pivot.xml.Element
Determines if this element defines any attributes.
isNotifying(String) - Method in class org.apache.pivot.beans.BeanMonitor
Tests whether a property fires change events.
isPending() - Method in class org.apache.pivot.util.concurrent.Task
Returns the pending state of the task.
isReadOnly(String) - Method in class org.apache.pivot.beans.BeanAdapter
Tests the read-only state of a property.
isReadOnly(Class<?>, String) - Static method in class org.apache.pivot.beans.BeanAdapter
Tests the read-only state of a property.
isVerbose() - Method in class org.apache.pivot.json.JSONSerializer
Returns the serializer's verbosity flag.
isVerbose() - Method in class org.apache.pivot.serialization.CSVSerializer
Returns the serializer's verbosity flag.
itemDequeued(Queue<T>, T) - Method in class org.apache.pivot.collections.Queue.QueueListenerList
 
itemDequeued(Queue<T>, T) - Method in class org.apache.pivot.collections.QueueListener.Adapter
 
itemDequeued(Queue<T>, T) - Method in interface org.apache.pivot.collections.QueueListener
Called when an item has been removed from the head of a queue.
itemEnqueued(Queue<T>, T) - Method in class org.apache.pivot.collections.Queue.QueueListenerList
 
itemEnqueued(Queue<T>, T) - Method in class org.apache.pivot.collections.QueueListener.Adapter
 
itemEnqueued(Queue<T>, T) - Method in interface org.apache.pivot.collections.QueueListener
Called when an item has been inserted into the tail of a queue.
itemInserted(List<T>, int) - Method in class org.apache.pivot.collections.List.ListListenerList
 
itemInserted(List<T>, int) - Method in class org.apache.pivot.collections.ListListener.Adapter
 
itemInserted(List<T>, int) - Method in interface org.apache.pivot.collections.ListListener
Called when an item has been inserted into a list.
itemPopped(Stack<T>, T) - Method in class org.apache.pivot.collections.Stack.StackListenerList
 
itemPopped(Stack<T>, T) - Method in class org.apache.pivot.collections.StackListener.Adapter
 
itemPopped(Stack<T>, T) - Method in interface org.apache.pivot.collections.StackListener
Called when an item has been popped off of a stack.
itemPushed(Stack<T>, T) - Method in class org.apache.pivot.collections.Stack.StackListenerList
 
itemPushed(Stack<T>, T) - Method in class org.apache.pivot.collections.StackListener.Adapter
 
itemPushed(Stack<T>, T) - Method in interface org.apache.pivot.collections.StackListener
Called when an item has been pushed onto a stack.
itemsRemoved(List<T>, int, Sequence<T>) - Method in class org.apache.pivot.collections.List.ListListenerList
 
itemsRemoved(List<T>, int, Sequence<T>) - Method in class org.apache.pivot.collections.ListListener.Adapter
 
itemsRemoved(List<T>, int, Sequence<T>) - Method in interface org.apache.pivot.collections.ListListener
Called when items have been removed from a list.
itemUpdated(List<T>, int, T) - Method in class org.apache.pivot.collections.List.ListListenerList
 
itemUpdated(List<T>, int, T) - Method in class org.apache.pivot.collections.ListListener.Adapter
 
itemUpdated(List<T>, int, T) - Method in interface org.apache.pivot.collections.ListListener
Called when a list item has been updated.
iterator() - Method in class org.apache.pivot.beans.BeanAdapter
Returns an iterator over the bean's properties.
iterator() - Method in class org.apache.pivot.collections.adapter.ListAdapter
 
iterator() - Method in class org.apache.pivot.collections.adapter.MapAdapter
 
iterator() - Method in class org.apache.pivot.collections.adapter.SetAdapter
 
iterator() - Method in class org.apache.pivot.collections.ArrayList
 
iterator() - Method in class org.apache.pivot.collections.ArrayQueue
 
iterator() - Method in class org.apache.pivot.collections.ArrayStack
 
iterator() - Method in class org.apache.pivot.collections.concurrent.SynchronizedList
NOTE Callers must manually synchronize on the SynchronizedList instance to ensure thread safety during iteration.
iterator() - Method in class org.apache.pivot.collections.concurrent.SynchronizedMap
NOTE Callers must manually synchronize on the SynchronizedMap instance to ensure thread safety during iteration.
iterator() - Method in class org.apache.pivot.collections.concurrent.SynchronizedQueue
NOTE Callers must manually synchronize on the SynchronizedQueue instance to ensure thread safety during iteration.
iterator() - Method in class org.apache.pivot.collections.concurrent.SynchronizedSet
NOTE Callers must manually synchronize on the SynchronizedSet instance to ensure thread safety during iteration.
iterator() - Method in class org.apache.pivot.collections.concurrent.SynchronizedStack
NOTE Callers must manually synchronize on the SynchronizedStack instance to ensure thread safety during iteration.
iterator() - Method in class org.apache.pivot.collections.EnumList
 
iterator() - Method in class org.apache.pivot.collections.EnumMap
 
iterator() - Method in class org.apache.pivot.collections.EnumSet
 
iterator() - Method in class org.apache.pivot.collections.HashMap
 
iterator() - Method in class org.apache.pivot.collections.HashSet
 
iterator() - Method in class org.apache.pivot.collections.immutable.ImmutableList
 
iterator() - Method in class org.apache.pivot.collections.immutable.ImmutableMap
 
iterator() - Method in class org.apache.pivot.collections.immutable.ImmutableSet
 
iterator() - Method in class org.apache.pivot.collections.LinkedList
 
iterator() - Method in class org.apache.pivot.collections.LinkedQueue
 
iterator() - Method in class org.apache.pivot.collections.LinkedStack
 
iterator() - Method in class org.apache.pivot.collections.Sequence.Tree.Path
 
iterator() - Method in class org.apache.pivot.sql.ResultList
 
iterator() - Method in class org.apache.pivot.util.concurrent.TaskGroup
 
iterator() - Method in class org.apache.pivot.util.concurrent.TaskSequence
 
iterator() - Method in class org.apache.pivot.util.ListenerList
 
iterator() - Method in class org.apache.pivot.util.MIMEType
 
iterator() - Method in class org.apache.pivot.util.Resources
 
iterator() - Method in class org.apache.pivot.xml.Element.AttributeSequence
Returns an iterator over the attribute sequence.
iterator() - Method in class org.apache.pivot.xml.Element
Returns an iterator over this elements child nodes.
iterator() - Method in class org.apache.pivot.xml.Element.NamespaceDictionary
Returns an iterator over the element's namespace prefixes.

J

JSON - Class in org.apache.pivot.json
Contains utility methods for working with JSON or JSON-like data structures.
JSON() - Constructor for class org.apache.pivot.json.JSON
 
JSON_EXTENSION - Static variable in class org.apache.pivot.json.JSONSerializer
 
JSONSerializer - Class in org.apache.pivot.json
Implementation of the Serializer interface that reads data from and writes data to a JavaScript Object Notation (JSON) file.
JSONSerializer() - Constructor for class org.apache.pivot.json.JSONSerializer
 
JSONSerializer(Charset) - Constructor for class org.apache.pivot.json.JSONSerializer
 
JSONSerializer(Type) - Constructor for class org.apache.pivot.json.JSONSerializer
 
JSONSerializer(Charset, Type) - Constructor for class org.apache.pivot.json.JSONSerializer
 
JSONSerializerListener - Interface in org.apache.pivot.json
JSON serializer listener interface.
JSONSerializerListener.Adapter - Class in org.apache.pivot.json
JSON serializer listener adapter.
JSONSerializerListener.Adapter() - Constructor for class org.apache.pivot.json.JSONSerializerListener.Adapter
 

K

key - Variable in class org.apache.pivot.collections.Dictionary.Pair
 
key - Variable in class org.apache.pivot.sql.ResultList.Field
The name of the map key.
KILOBYTE - Static variable in class org.apache.pivot.text.FileSizeFormat
 

L

LANGUAGE_PROCESSING_INSTRUCTION - Static variable in class org.apache.pivot.beans.BXMLSerializer
 
last() - Method in class org.apache.pivot.text.CharSequenceCharacterIterator
 
LinkedList<T> - Class in org.apache.pivot.collections
Implementation of the List interface that is backed by a linked list.
LinkedList() - Constructor for class org.apache.pivot.collections.LinkedList
 
LinkedList(Comparator<T>) - Constructor for class org.apache.pivot.collections.LinkedList
 
LinkedList(T...) - Constructor for class org.apache.pivot.collections.LinkedList
 
LinkedList(Sequence<T>) - Constructor for class org.apache.pivot.collections.LinkedList
 
LinkedQueue<T> - Class in org.apache.pivot.collections
Implementation of the Queue interface that is backed by a linked list.
LinkedQueue() - Constructor for class org.apache.pivot.collections.LinkedQueue
 
LinkedQueue(Comparator<T>) - Constructor for class org.apache.pivot.collections.LinkedQueue
 
LinkedStack<T> - Class in org.apache.pivot.collections
Implementation of the Stack interface that is backed by a linked list.
LinkedStack() - Constructor for class org.apache.pivot.collections.LinkedStack
 
LinkedStack(Comparator<T>) - Constructor for class org.apache.pivot.collections.LinkedStack
 
List<T> - Interface in org.apache.pivot.collections
Collection interface representing an ordered sequence of items.
List.ItemIterator<T> - Interface in org.apache.pivot.collections
Optional item iterator interface.
List.ListListenerList<T> - Class in org.apache.pivot.collections
List listener list.
List.ListListenerList() - Constructor for class org.apache.pivot.collections.List.ListListenerList
 
ListAdapter<T> - Class in org.apache.pivot.collections.adapter
Implementation of the List interface that is backed by an instance of List.
ListAdapter(List<T>) - Constructor for class org.apache.pivot.collections.adapter.ListAdapter
 
listCleared(List<T>) - Method in class org.apache.pivot.collections.List.ListListenerList
 
listCleared(List<T>) - Method in class org.apache.pivot.collections.ListListener.Adapter
 
listCleared(List<T>) - Method in interface org.apache.pivot.collections.ListListener
Called when list data has been reset.
ListenerList<T> - Class in org.apache.pivot.util
Abstract base class for listener lists.
ListenerList() - Constructor for class org.apache.pivot.util.ListenerList
 
LISTENERS_SUFFIX - Static variable in class org.apache.pivot.beans.BeanMonitor
 
ListListener<T> - Interface in org.apache.pivot.collections
List listener interface.
ListListener.Adapter<T> - Class in org.apache.pivot.collections
List listener adapter.
ListListener.Adapter() - Constructor for class org.apache.pivot.collections.ListListener.Adapter
 
log(String) - Static method in class org.apache.pivot.util.Console
 
log(Throwable) - Static method in class org.apache.pivot.util.Console
 
logError(String) - Static method in class org.apache.pivot.util.Console
 
logExceptionMessage(Throwable) - Static method in class org.apache.pivot.util.Console
 
logOutput(String) - Static method in class org.apache.pivot.util.Console
 

M

Map<K,V> - Interface in org.apache.pivot.collections
Collection interface representing set of key/value pairs.
Map.MapListenerList<K,V> - Class in org.apache.pivot.collections
Map listener list.
Map.MapListenerList() - Constructor for class org.apache.pivot.collections.Map.MapListenerList
 
MapAdapter<K,V> - Class in org.apache.pivot.collections.adapter
Implementation of the Map interface that is backed by an instance of Map.
MapAdapter(Map<K, V>) - Constructor for class org.apache.pivot.collections.adapter.MapAdapter
 
mapCleared(Map<K, V>) - Method in class org.apache.pivot.collections.Map.MapListenerList
 
mapCleared(Map<K, V>) - Method in class org.apache.pivot.collections.MapListener.Adapter
 
mapCleared(Map<K, V>) - Method in interface org.apache.pivot.collections.MapListener
Called when map data has been reset.
MapListener<K,V> - Interface in org.apache.pivot.collections
Map listener interface.
MapListener.Adapter<K,V> - Class in org.apache.pivot.collections
Map listener adapter.
MapListener.Adapter() - Constructor for class org.apache.pivot.collections.MapListener.Adapter
 
mark - Variable in class org.apache.pivot.io.IOTask.MonitoredInputStream
 
mark(int) - Method in class org.apache.pivot.io.IOTask.MonitoredInputStream
 
markSupported() - Method in class org.apache.pivot.io.IOTask.MonitoredInputStream
 
MessageBus - Class in org.apache.pivot.util
Provides support for basic intra-application message passing.
MessageBus() - Constructor for class org.apache.pivot.util.MessageBus
 
MessageBusListener<T> - Interface in org.apache.pivot.util
Message bus listener interface.
messageSent(T) - Method in interface org.apache.pivot.util.MessageBusListener
Called when a message has been sent via MessageBus.sendMessage(Object).
millisecond - Variable in class org.apache.pivot.util.Time
The millisecond value.
MILLISECONDS_PER_DAY - Static variable in class org.apache.pivot.util.Time
 
MILLISECONDS_PER_HOUR - Static variable in class org.apache.pivot.util.Time
 
MILLISECONDS_PER_MINUTE - Static variable in class org.apache.pivot.util.Time
 
MILLISECONDS_PER_SECOND - Static variable in class org.apache.pivot.util.Time
 
MIME_TYPE - Static variable in class org.apache.pivot.beans.BXMLSerializer
 
MIME_TYPE - Static variable in class org.apache.pivot.json.JSONSerializer
 
MIME_TYPE - Static variable in class org.apache.pivot.serialization.BinarySerializer
 
MIME_TYPE - Static variable in class org.apache.pivot.serialization.ByteArraySerializer
 
MIME_TYPE - Static variable in class org.apache.pivot.serialization.CSVSerializer
 
MIME_TYPE - Static variable in class org.apache.pivot.serialization.PropertiesSerializer
 
MIME_TYPE - Static variable in class org.apache.pivot.serialization.StringSerializer
 
MIME_TYPE - Static variable in class org.apache.pivot.xml.XMLSerializer
 
MIMEType - Class in org.apache.pivot.util
Utility class for introspection a MIME type string.
MIMEType(String) - Constructor for class org.apache.pivot.util.MIMEType
 
minute - Variable in class org.apache.pivot.util.Time
The minute value.
month - Variable in class org.apache.pivot.util.CalendarDate
The month field, 0-based.

N

NAMESPACE_BINDING_PREFIX - Static variable in class org.apache.pivot.beans.BXMLSerializer
 
NAMESPACE_BINDING_SUFFIX - Static variable in class org.apache.pivot.beans.BXMLSerializer
 
namespaceAdded(Element, String) - Method in class org.apache.pivot.xml.ElementListener.Adapter
 
namespaceAdded(Element, String) - Method in interface org.apache.pivot.xml.ElementListener
Called when a namespace has been added to an element.
NamespaceBinding - Class in org.apache.pivot.beans
Represents a binding relationship between a source property and a target property within a namespace.
NamespaceBinding(Map<String, Object>, String, String) - Constructor for class org.apache.pivot.beans.NamespaceBinding
 
NamespaceBinding(Map<String, Object>, String, String, NamespaceBinding.BindMapping) - Constructor for class org.apache.pivot.beans.NamespaceBinding
 
NamespaceBinding.BindMapping - Interface in org.apache.pivot.beans
Namespace bind mapping interface.
namespaceRemoved(Element, String, String) - Method in class org.apache.pivot.xml.ElementListener.Adapter
 
namespaceRemoved(Element, String, String) - Method in interface org.apache.pivot.xml.ElementListener
Called when a namespace has been removed from an element.
namespaceUpdated(Element, String, String) - Method in class org.apache.pivot.xml.ElementListener.Adapter
 
namespaceUpdated(Element, String, String) - Method in interface org.apache.pivot.xml.ElementListener
Called when an element attribute has been updated.
NASHORN_COMPAT_SCRIPT - Static variable in class org.apache.pivot.beans.BXMLSerializer
 
NASHORN_GLOBAL - Static variable in class org.apache.pivot.beans.BXMLSerializer
 
newIncludeSerializer(Class<? extends Serializer<?>>) - Method in class org.apache.pivot.beans.BXMLSerializer
Creates a new serializer to be used on a nested include.
newTypedObject(Class<?>) - Method in class org.apache.pivot.beans.BXMLSerializer
Creates a new typed object as part of the deserialization process.
next() - Method in class org.apache.pivot.text.CharSequenceCharacterIterator
 
next() - Method in class org.apache.pivot.util.EmptyIterator
 
next() - Method in class org.apache.pivot.util.ImmutableIterator
 
Node - Class in org.apache.pivot.xml
Abstract base class for XML nodes.
Node() - Constructor for class org.apache.pivot.xml.Node
 
NodeListener - Interface in org.apache.pivot.xml
Node listener interface.
normalize() - Method in class org.apache.pivot.util.CalendarDate.Range
 
normalize() - Method in class org.apache.pivot.util.Time.Range
 

O

OBJECT_REFERENCE_PREFIX - Static variable in class org.apache.pivot.beans.BXMLSerializer
 
org.apache.pivot.beans - package org.apache.pivot.beans
Contains classes for manipulating and interacting with Java Bean types.
org.apache.pivot.collections - package 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 - package org.apache.pivot.collections.adapter
Provides a set of collection implementations that are backed by java.util collections.
org.apache.pivot.collections.concurrent - package org.apache.pivot.collections.concurrent
Contains a set of thread-safe collection implementations.
org.apache.pivot.collections.immutable - package org.apache.pivot.collections.immutable
Contains a set of read-only collection implementations.
org.apache.pivot.io - package org.apache.pivot.io
Contains classes related to input/output operations.
org.apache.pivot.json - package org.apache.pivot.json
Contains classes that facilitate interaction with JSON and JSON-like data structures.
org.apache.pivot.serialization - package org.apache.pivot.serialization
Contains a set of classes for use in data serialization.
org.apache.pivot.sql - package org.apache.pivot.sql
Contains classes for working with SQL data.
org.apache.pivot.text - package org.apache.pivot.text
Contains classes for working with text.
org.apache.pivot.util - package org.apache.pivot.util
Contains a collection of common utility classes.
org.apache.pivot.util.concurrent - package org.apache.pivot.util.concurrent
Provides a set of classes to simplify the execution of background tasks.
org.apache.pivot.xml - package org.apache.pivot.xml
Contains classes that facilitate interaction with an XML DOM.

P

parentChanged(Node, Element) - Method in interface org.apache.pivot.xml.NodeListener
Called when a node's parent has changed.
parse(String) - Static method in class org.apache.pivot.json.JSON
Parses a JSON path into a sequence of string keys.
parse(String) - Static method in class org.apache.pivot.json.JSONSerializer
Converts a JSON value to a Java object.
parseBoolean(String) - Static method in class org.apache.pivot.json.JSONSerializer
Converts a JSON value to a boolean.
parseDouble(String) - Static method in class org.apache.pivot.json.JSONSerializer
Converts a JSON value to a double.
parseFloat(String) - Static method in class org.apache.pivot.json.JSONSerializer
Converts a JSON value to a float.
parseInteger(String) - Static method in class org.apache.pivot.json.JSONSerializer
Converts a JSON value to a integer.
parseList(String) - Static method in class org.apache.pivot.json.JSONSerializer
Converts a JSON value to a list.
parseLong(String) - Static method in class org.apache.pivot.json.JSONSerializer
Converts a JSON value to a long.
parseMap(String) - Static method in class org.apache.pivot.json.JSONSerializer
Converts a JSON value to a map.
parseNumber(String) - Static method in class org.apache.pivot.json.JSONSerializer
Converts a JSON value to a number.
parseObject(String, ParsePosition) - Method in class org.apache.pivot.text.FileSizeFormat
This method is not supported.
parseShort(String) - Static method in class org.apache.pivot.json.JSONSerializer
Converts a JSON value to a short.
parseString(String) - Static method in class org.apache.pivot.json.JSONSerializer
Converts a JSON value to a string.
pathOf(Sequence<T>, T) - Static method in class org.apache.pivot.collections.Sequence.Tree
Returns the path to an item in a nested sequence.
peek() - Method in class org.apache.pivot.collections.ArrayQueue
 
peek() - Method in class org.apache.pivot.collections.ArrayStack
 
peek() - Method in class org.apache.pivot.collections.concurrent.SynchronizedQueue
 
peek() - Method in class org.apache.pivot.collections.concurrent.SynchronizedStack
 
peek() - Method in class org.apache.pivot.collections.LinkedQueue
 
peek() - Method in class org.apache.pivot.collections.LinkedStack
 
peek() - Method in interface org.apache.pivot.collections.Queue
Returns the item at the head of the queue without removing it from the queue.
peek() - Method in interface org.apache.pivot.collections.Stack
Returns the item on top of the stack without removing it from the stack.
pop() - Method in class org.apache.pivot.collections.ArrayStack
 
pop() - Method in class org.apache.pivot.collections.concurrent.SynchronizedStack
 
pop() - Method in class org.apache.pivot.collections.LinkedStack
 
pop() - Method in interface org.apache.pivot.collections.Stack
Removes the top item from the stack and returns it.
previous() - Method in interface org.apache.pivot.collections.List.ItemIterator
 
previous() - Method in class org.apache.pivot.text.CharSequenceCharacterIterator
 
PROPERTIES_EXTENSION - Static variable in class org.apache.pivot.serialization.PropertiesSerializer
 
PropertiesSerializer - Class in org.apache.pivot.serialization
Implementation of the Serializer interface that reads data from and writes data to the Java properties file format.
PropertiesSerializer() - Constructor for class org.apache.pivot.serialization.PropertiesSerializer
 
PROPERTY_CHANGE_SUFFIX - Static variable in class org.apache.pivot.beans.BeanMonitor
 
propertyChanged(Object, String) - Method in interface org.apache.pivot.beans.PropertyChangeListener
Called when a Java bean property has changed.
PropertyChangeListener - Interface in org.apache.pivot.beans
Java bean property change listener.
PropertyNotFoundException - Exception in org.apache.pivot.beans
Thrown when a caller attempts to set the value of a non-existent bean property.
PropertyNotFoundException() - Constructor for exception org.apache.pivot.beans.PropertyNotFoundException
 
PropertyNotFoundException(String) - Constructor for exception org.apache.pivot.beans.PropertyNotFoundException
 
PropertyNotFoundException(Throwable) - Constructor for exception org.apache.pivot.beans.PropertyNotFoundException
 
PropertyNotFoundException(String, Throwable) - Constructor for exception org.apache.pivot.beans.PropertyNotFoundException
 
push(T) - Method in class org.apache.pivot.collections.ArrayStack
 
push(T) - Method in class org.apache.pivot.collections.concurrent.SynchronizedStack
 
push(T) - Method in class org.apache.pivot.collections.LinkedStack
 
push(T) - Method in interface org.apache.pivot.collections.Stack
"Pushes" an item onto the stack.
put(String, Object) - Method in class org.apache.pivot.beans.BeanAdapter
Invokes the setter method for the given property.
put(K, V) - Method in class org.apache.pivot.collections.adapter.MapAdapter
 
put(K, V) - Method in class org.apache.pivot.collections.concurrent.SynchronizedMap
 
put(K, V) - Method in interface org.apache.pivot.collections.Dictionary
Sets the value of the given key, creating a new entry or replacing the existing value.
put(E, V) - Method in class org.apache.pivot.collections.EnumMap
 
put(K, V) - Method in class org.apache.pivot.collections.HashMap
Sets the value of the given key, creating a new entry or replacing the existing value, and firing a corresponding event.
put(K, V) - Method in class org.apache.pivot.collections.immutable.ImmutableMap
 
put(K, V) - Method in interface org.apache.pivot.collections.Map
Sets the value of the given key, creating a new entry or replacing the existing value, and firing a corresponding event.
put(Object, String, T) - Static method in class org.apache.pivot.json.JSON
Sets the value at the given path.
put(String, String) - Method in class org.apache.pivot.util.MIMEType
 
put(String, Object) - Method in class org.apache.pivot.util.Resources
 
put(String, String) - Method in class org.apache.pivot.xml.Element.ElementDictionary
Sets an attribute value.
put(String, String) - Method in class org.apache.pivot.xml.Element.NamespaceDictionary
Sets the URI of a namespace declared by this element.
putAll(Map<String, ?>) - Method in class org.apache.pivot.beans.BeanAdapter
Invokes the setter methods for all the given properties that are present in the map.
putAll(Map<String, ?>, boolean) - Method in class org.apache.pivot.beans.BeanAdapter
Invokes the setter methods for all the given properties that are present in the map.

Q

Queue<T> - Interface in org.apache.pivot.collections
Interface representing a first-in, first-out (FIFO) queue when unsorted, and a priority queue when sorted.
Queue.QueueListenerList<T> - Class in org.apache.pivot.collections
Queue listener list.
Queue.QueueListenerList() - Constructor for class org.apache.pivot.collections.Queue.QueueListenerList
 
queueCleared(Queue<T>) - Method in class org.apache.pivot.collections.Queue.QueueListenerList
 
queueCleared(Queue<T>) - Method in class org.apache.pivot.collections.QueueListener.Adapter
 
queueCleared(Queue<T>) - Method in interface org.apache.pivot.collections.QueueListener
Called when a queue has been cleared.
QueueListener<T> - Interface in org.apache.pivot.collections
Queue listener interface.
QueueListener.Adapter<T> - Class in org.apache.pivot.collections
QueueListener adapter.
QueueListener.Adapter() - Constructor for class org.apache.pivot.collections.QueueListener.Adapter
 

R

read(char[], int, int) - Method in class org.apache.pivot.io.EchoReader
 
read() - Method in class org.apache.pivot.io.IOTask.MonitoredInputStream
 
read(byte[]) - Method in class org.apache.pivot.io.IOTask.MonitoredInputStream
 
read(byte[], int, int) - Method in class org.apache.pivot.io.IOTask.MonitoredInputStream
 
readBoolean(JSONSerializer, Boolean) - Method in class org.apache.pivot.json.JSONSerializerListener.Adapter
 
readBoolean(JSONSerializer, Boolean) - Method in interface org.apache.pivot.json.JSONSerializerListener
Called when the serializer has read a boolean value.
readItem(CSVSerializer, Object) - Method in class org.apache.pivot.serialization.CSVSerializerListener.Adapter
 
readItem(CSVSerializer, Object) - Method in interface org.apache.pivot.serialization.CSVSerializerListener
Called when the serializer has read an item.
readKey(JSONSerializer, String) - Method in class org.apache.pivot.json.JSONSerializerListener.Adapter
 
readKey(JSONSerializer, String) - Method in interface org.apache.pivot.json.JSONSerializerListener
Called when the serializer has read a dictionary key.
readNull(JSONSerializer) - Method in class org.apache.pivot.json.JSONSerializerListener.Adapter
 
readNull(JSONSerializer) - Method in interface org.apache.pivot.json.JSONSerializerListener
Called when the serializer has read a null value.
readNumber(JSONSerializer, Number) - Method in class org.apache.pivot.json.JSONSerializerListener.Adapter
 
readNumber(JSONSerializer, Number) - Method in interface org.apache.pivot.json.JSONSerializerListener
Called when the serializer has read a numeric value.
readObject(InputStream) - Method in class org.apache.pivot.beans.BXMLSerializer
Deserializes an object hierarchy from a BXML resource.
readObject(Class<?>, String) - Method in class org.apache.pivot.beans.BXMLSerializer
Deserializes an object hierarchy from a BXML resource.
readObject(Class<?>, String, boolean) - Method in class org.apache.pivot.beans.BXMLSerializer
Deserializes an object hierarchy from a BXML resource.
readObject(URL) - Method in class org.apache.pivot.beans.BXMLSerializer
Deserializes an object hierarchy from a BXML resource.
readObject(URL, Resources) - Method in class org.apache.pivot.beans.BXMLSerializer
Deserializes an object hierarchy from a BXML resource.
readObject(InputStream) - Method in class org.apache.pivot.io.FileSerializer
Reads a file from an input stream.
readObject(InputStream) - Method in class org.apache.pivot.json.JSONSerializer
Reads data from a JSON stream.
readObject(Reader) - Method in class org.apache.pivot.json.JSONSerializer
Reads data from a JSON stream.
readObject(InputStream) - Method in class org.apache.pivot.serialization.BinarySerializer
Reads a graph of serialized objects from an input stream.
readObject(InputStream) - Method in class org.apache.pivot.serialization.ByteArraySerializer
Reads a byte array from an input stream.
readObject(InputStream) - Method in class org.apache.pivot.serialization.CSVSerializer
Reads values from a comma-separated value stream.
readObject(Reader) - Method in class org.apache.pivot.serialization.CSVSerializer
Reads values from a comma-separated value stream.
readObject(InputStream) - Method in class org.apache.pivot.serialization.PropertiesSerializer
Reads data from a properties stream.
readObject(InputStream) - Method in interface org.apache.pivot.serialization.Serializer
Reads an object from an input stream.
readObject(InputStream) - Method in class org.apache.pivot.serialization.StringSerializer
Reads plain text data from an input stream, interpreted by the given Charset.
readObject(InputStream) - Method in class org.apache.pivot.xml.XMLSerializer
 
readObject(Reader) - Method in class org.apache.pivot.xml.XMLSerializer
 
readString(JSONSerializer, String) - Method in class org.apache.pivot.json.JSONSerializerListener.Adapter
 
readString(JSONSerializer, String) - Method in interface org.apache.pivot.json.JSONSerializerListener
Called when the serializer has read a string value.
readTextNode(XMLSerializer, TextNode) - Method in class org.apache.pivot.xml.XMLSerializerListener.Adapter
 
readTextNode(XMLSerializer, TextNode) - Method in interface org.apache.pivot.xml.XMLSerializerListener
Called when the serializer has read a text node.
REFERENCE_ID_ATTRIBUTE - Static variable in class org.apache.pivot.beans.BXMLSerializer
 
REFERENCE_TAG - Static variable in class org.apache.pivot.beans.BXMLSerializer
 
remove(String) - Method in class org.apache.pivot.beans.BeanAdapter
 
remove(T) - Method in class org.apache.pivot.collections.adapter.ListAdapter
 
remove(int, int) - Method in class org.apache.pivot.collections.adapter.ListAdapter
 
remove(K) - Method in class org.apache.pivot.collections.adapter.MapAdapter
 
remove(E) - Method in class org.apache.pivot.collections.adapter.SetAdapter
 
remove(T) - Method in class org.apache.pivot.collections.ArrayAdapter
 
remove(int, int) - Method in class org.apache.pivot.collections.ArrayAdapter
 
remove(T) - Method in class org.apache.pivot.collections.ArrayList
 
remove(int, int) - Method in class org.apache.pivot.collections.ArrayList
 
remove(T) - Method in class org.apache.pivot.collections.concurrent.SynchronizedList
 
remove(int, int) - Method in class org.apache.pivot.collections.concurrent.SynchronizedList
 
remove(K) - Method in class org.apache.pivot.collections.concurrent.SynchronizedMap
 
remove(E) - Method in class org.apache.pivot.collections.concurrent.SynchronizedSet
 
remove(K) - Method in interface org.apache.pivot.collections.Dictionary
Removes a key/value pair from the map.
remove(E) - Method in class org.apache.pivot.collections.EnumList
 
remove(int, int) - Method in class org.apache.pivot.collections.EnumList
 
remove(E) - Method in class org.apache.pivot.collections.EnumMap
 
remove(E) - Method in class org.apache.pivot.collections.EnumSet
 
remove(E) - Method in interface org.apache.pivot.collections.Group
Removes an element from the group.
remove(K) - Method in class org.apache.pivot.collections.HashMap
Removes a key/value pair from the map.
remove(E) - Method in class org.apache.pivot.collections.HashSet
 
remove(T) - Method in class org.apache.pivot.collections.immutable.ImmutableList
 
remove(int, int) - Method in class org.apache.pivot.collections.immutable.ImmutableList
 
remove(K) - Method in class org.apache.pivot.collections.immutable.ImmutableMap
 
remove(E) - Method in class org.apache.pivot.collections.immutable.ImmutableSet
 
remove(T) - Method in class org.apache.pivot.collections.LinkedList
 
remove(int, int) - Method in class org.apache.pivot.collections.LinkedList
 
remove(int, int) - Method in interface org.apache.pivot.collections.List
 
remove(K) - Method in interface org.apache.pivot.collections.Map
 
remove(T) - Method in interface org.apache.pivot.collections.Sequence
Removes the first occurrence of the given item from the sequence.
remove(int, int) - Method in interface org.apache.pivot.collections.Sequence
Removes one or more items from the sequence.
remove(int, int) - Method in class org.apache.pivot.collections.Sequence.Tree.ImmutablePath
 
remove(Integer) - Method in class org.apache.pivot.collections.Sequence.Tree.Path
 
remove(int, int) - Method in class org.apache.pivot.collections.Sequence.Tree.Path
 
remove(Sequence<T>, T) - Static method in class org.apache.pivot.collections.Sequence.Tree
Removes the first occurrence of an item from a nested sequence.
remove(Sequence<T>, Sequence.Tree.Path, int) - Static method in class org.apache.pivot.collections.Sequence.Tree
Removes an item from a nested sequence.
remove(E) - Method in interface org.apache.pivot.collections.Set
 
remove(Object, String) - Static method in class org.apache.pivot.json.JSON
Removes the value at the given path.
remove(Map<String, Object>) - Method in class org.apache.pivot.sql.ResultList
 
remove(int, int) - Method in class org.apache.pivot.sql.ResultList
 
remove(Task<?>) - Method in class org.apache.pivot.util.concurrent.TaskGroup
 
remove(Task<?>) - Method in class org.apache.pivot.util.concurrent.TaskSequence
 
remove(int, int) - Method in class org.apache.pivot.util.concurrent.TaskSequence
 
remove() - Method in class org.apache.pivot.util.EmptyIterator
 
remove() - Method in class org.apache.pivot.util.ImmutableIterator
 
remove(T) - Method in class org.apache.pivot.util.ListenerList
Removes a listener from the list, if it has previously been added.
remove(String) - Method in class org.apache.pivot.util.MIMEType
 
remove(String) - Method in class org.apache.pivot.util.Resources
 
remove(Element.Attribute) - Method in class org.apache.pivot.xml.Element.AttributeSequence
Removes an attribute from the sequence.
remove(int, int) - Method in class org.apache.pivot.xml.Element.AttributeSequence
Removes a range of attributes from the sequence.
remove(String) - Method in class org.apache.pivot.xml.Element.ElementDictionary
Removes an attribute.
remove(String) - Method in class org.apache.pivot.xml.Element.NamespaceDictionary
Removes a namespace from this element's declared namespaces.
remove(Node) - Method in class org.apache.pivot.xml.Element
Removes a node from this element.
remove(int, int) - Method in class org.apache.pivot.xml.Element
Removes a range of nodes from this element.
reportException(Throwable) - Method in class org.apache.pivot.beans.BXMLSerializer
Hook used for standardized reporting of exceptions during this process.
reset() - Method in class org.apache.pivot.io.IOTask.MonitoredInputStream
 
Resolvable - Interface in org.apache.pivot.beans
Interface representing a resolvable include.
RESOURCE_KEY_PREFIX - Static variable in class org.apache.pivot.beans.BXMLSerializer
 
Resources - Class in org.apache.pivot.util
Represents a set of localizable resources.
Resources(String) - Constructor for class org.apache.pivot.util.Resources
 
Resources(Resources, String) - Constructor for class org.apache.pivot.util.Resources
 
Resources(String, Locale) - Constructor for class org.apache.pivot.util.Resources
 
Resources(Resources, String, Locale) - Constructor for class org.apache.pivot.util.Resources
 
Resources(String, Charset) - Constructor for class org.apache.pivot.util.Resources
 
Resources(Resources, String, Charset) - Constructor for class org.apache.pivot.util.Resources
 
Resources(Resources, String, Locale, Charset) - Constructor for class org.apache.pivot.util.Resources
Creates a new resource bundle.
ResultList - Class in org.apache.pivot.sql
Implementation of the List interface that is backed by a instance of ResultSet.
ResultList(ResultSet) - Constructor for class org.apache.pivot.sql.ResultList
 
ResultList.Field - Class in org.apache.pivot.sql
Class that maps a result set column to a map key/value pair.
ResultList.Field(String) - Constructor for class org.apache.pivot.sql.ResultList.Field
 
ResultList.Field(String, String) - Constructor for class org.apache.pivot.sql.ResultList.Field
 
ResultList.Field(String, String, Class<?>) - Constructor for class org.apache.pivot.sql.ResultList.Field
 

S

SCRIPT_SRC_ATTRIBUTE - Static variable in class org.apache.pivot.beans.BXMLSerializer
 
SCRIPT_TAG - Static variable in class org.apache.pivot.beans.BXMLSerializer
 
second - Variable in class org.apache.pivot.util.Time
The second value.
sendMessage(T) - Static method in class org.apache.pivot.util.MessageBus
Sends a message to subscribed topic listeners.
Sequence<T> - Interface in org.apache.pivot.collections
Interface representing an ordered sequence of items.
Sequence.Tree<T> - Class in org.apache.pivot.collections
Collection of static utility methods providing path access to nested sequence data.
Sequence.Tree() - Constructor for class org.apache.pivot.collections.Sequence.Tree
 
Sequence.Tree.ImmutablePath - Class in org.apache.pivot.collections
Class representing an immutable path.
Sequence.Tree.ImmutablePath(Integer...) - Constructor for class org.apache.pivot.collections.Sequence.Tree.ImmutablePath
 
Sequence.Tree.ImmutablePath(Sequence.Tree.Path) - Constructor for class org.apache.pivot.collections.Sequence.Tree.ImmutablePath
 
Sequence.Tree.ItemIterator<T> - Interface in org.apache.pivot.collections
Nested sequence item iterator interface.
Sequence.Tree.Path - Class in org.apache.pivot.collections
An object representing a path to a nested node in nested sequence data.
Sequence.Tree.Path() - Constructor for class org.apache.pivot.collections.Sequence.Tree.Path
 
Sequence.Tree.Path(Integer...) - Constructor for class org.apache.pivot.collections.Sequence.Tree.Path
 
Sequence.Tree.Path(Sequence.Tree.Path) - Constructor for class org.apache.pivot.collections.Sequence.Tree.Path
 
Sequence.Tree.Path(Sequence.Tree.Path, int) - Constructor for class org.apache.pivot.collections.Sequence.Tree.Path
 
SerializationException - Exception in org.apache.pivot.serialization
Thrown when an error is encountered during serialization.
SerializationException() - Constructor for exception org.apache.pivot.serialization.SerializationException
 
SerializationException(String) - Constructor for exception org.apache.pivot.serialization.SerializationException
 
SerializationException(Throwable) - Constructor for exception org.apache.pivot.serialization.SerializationException
 
SerializationException(String, Throwable) - Constructor for exception org.apache.pivot.serialization.SerializationException
 
Serializer<T> - Interface in org.apache.pivot.serialization
Defines an interface for writing objects to and reading objects from a data stream.
Service - Class in org.apache.pivot.util
Utility class for locating and instantiating service providers.
Service() - Constructor for class org.apache.pivot.util.Service
 
Set<E> - Interface in org.apache.pivot.collections
Collection interface representing a group of unique elements.
Set.SetListenerList<E> - Class in org.apache.pivot.collections
Set listener list.
Set.SetListenerList() - Constructor for class org.apache.pivot.collections.Set.SetListenerList
 
SET_PREFIX - Static variable in class org.apache.pivot.beans.BeanAdapter
 
SetAdapter<E> - Class in org.apache.pivot.collections.adapter
Implementation of the Set interface that is backed by an instance of Set.
SetAdapter(Set<E>) - Constructor for class org.apache.pivot.collections.adapter.SetAdapter
 
setAlwaysDelimitMapKeys(boolean) - Method in class org.apache.pivot.json.JSONSerializer
Sets a flag indicating that map keys should always be quote-delimited.
setCleared(Set<E>) - Method in class org.apache.pivot.collections.Set.SetListenerList
 
setCleared(Set<E>) - Method in class org.apache.pivot.collections.SetListener.Adapter
 
setCleared(Set<E>) - Method in interface org.apache.pivot.collections.SetListener
Called when set data has been reset.
setComparator(Comparator<String>) - Method in class org.apache.pivot.beans.BeanAdapter
 
setComparator(Comparator<T>) - Method in class org.apache.pivot.collections.adapter.ListAdapter
 
setComparator(Comparator<K>) - Method in class org.apache.pivot.collections.adapter.MapAdapter
 
setComparator(Comparator<E>) - Method in class org.apache.pivot.collections.adapter.SetAdapter
 
setComparator(Comparator<T>) - Method in class org.apache.pivot.collections.ArrayList
 
setComparator(Comparator<T>) - Method in class org.apache.pivot.collections.ArrayQueue
 
setComparator(Comparator<T>) - Method in class org.apache.pivot.collections.ArrayStack
 
setComparator(Comparator<T>) - Method in interface org.apache.pivot.collections.Collection
Sets the collection's sort order, re-ordering the collection's contents and ensuring that new entries preserve the sort order.
setComparator(Comparator<T>) - Method in class org.apache.pivot.collections.concurrent.SynchronizedList
 
setComparator(Comparator<K>) - Method in class org.apache.pivot.collections.concurrent.SynchronizedMap
 
setComparator(Comparator<T>) - Method in class org.apache.pivot.collections.concurrent.SynchronizedQueue
 
setComparator(Comparator<E>) - Method in class org.apache.pivot.collections.concurrent.SynchronizedSet
 
setComparator(Comparator<T>) - Method in class org.apache.pivot.collections.concurrent.SynchronizedStack
 
setComparator(Comparator<E>) - Method in class org.apache.pivot.collections.EnumList
 
setComparator(Comparator<E>) - Method in class org.apache.pivot.collections.EnumMap
 
setComparator(Comparator<E>) - Method in class org.apache.pivot.collections.EnumSet
 
setComparator(Comparator<K>) - Method in class org.apache.pivot.collections.HashMap
 
setComparator(Comparator<E>) - Method in class org.apache.pivot.collections.HashSet
 
setComparator(Comparator<T>) - Method in class org.apache.pivot.collections.immutable.ImmutableList
 
setComparator(Comparator<K>) - Method in class org.apache.pivot.collections.immutable.ImmutableMap
 
setComparator(Comparator<E>) - Method in class org.apache.pivot.collections.immutable.ImmutableSet
 
setComparator(Comparator<T>) - Method in class org.apache.pivot.collections.LinkedList
 
setComparator(Comparator<T>) - Method in class org.apache.pivot.collections.LinkedQueue
 
setComparator(Comparator<T>) - Method in class org.apache.pivot.collections.LinkedStack
 
setComparator(Comparator<T>) - Method in interface org.apache.pivot.collections.List
 
setComparator(Comparator<K>) - Method in interface org.apache.pivot.collections.Map
 
setComparator(Comparator<E>) - Method in interface org.apache.pivot.collections.Set
 
setComparator(Comparator<File>) - Method in class org.apache.pivot.io.FileList
 
setComparator(Comparator<Map<String, Object>>) - Method in class org.apache.pivot.sql.ResultList
 
setComparator(Comparator<Node>) - Method in class org.apache.pivot.xml.Element
 
setDefaultLanguage(String) - Method in class org.apache.pivot.beans.BXMLSerializer
Set the default script language to use for all scripts.
setDefaultNamespaceURI(String) - Method in class org.apache.pivot.xml.Element
Sets the element's default namespace URI.
setFields(Sequence<ResultList.Field>) - Method in class org.apache.pivot.sql.ResultList
 
setFields(ResultList.Field...) - Method in class org.apache.pivot.sql.ResultList
 
setIncludeNullValues(boolean) - Method in class org.apache.pivot.sql.ResultList
 
setIndex(int) - Method in class org.apache.pivot.text.CharSequenceCharacterIterator
 
setKeys(Sequence<String>) - Method in class org.apache.pivot.serialization.CSVSerializer
Sets the keys that will be read or written by this serializer.
setKeys(String...) - Method in class org.apache.pivot.serialization.CSVSerializer
Sets the keys that will be read or written by this serializer.
SetListener<E> - Interface in org.apache.pivot.collections
Set listener interface.
SetListener.Adapter<E> - Class in org.apache.pivot.collections
Set listener adapter.
SetListener.Adapter() - Constructor for class org.apache.pivot.collections.SetListener.Adapter
 
setLocation(URL) - Method in class org.apache.pivot.beans.BXMLSerializer
 
setLocation(URL) - Method in interface org.apache.pivot.beans.Resolvable
Sets the serializer's location.
setNamespace(Map<String, Object>) - Method in class org.apache.pivot.beans.BXMLSerializer
 
setNamespace(Map<String, Object>) - Method in interface org.apache.pivot.beans.Resolvable
Sets the serializer's namespace.
setParent(Element) - Method in class org.apache.pivot.xml.Node
Sets the parent element of the node.
setResources(Resources) - Method in class org.apache.pivot.beans.BXMLSerializer
 
setResources(Resources) - Method in interface org.apache.pivot.beans.Resolvable
Sets the serializer's resource bundle.
setTimeout(long) - Method in class org.apache.pivot.util.concurrent.Task
Sets the timeout value for this task.
setValue(String) - Method in class org.apache.pivot.xml.Element.Attribute
Sets the attribute's value.
setVerbose(boolean) - Method in class org.apache.pivot.json.JSONSerializer
Sets the serializer's verbosity flag.
setVerbose(boolean) - Method in class org.apache.pivot.serialization.CSVSerializer
Sets the serializer's verbosity flag.
setWriteKeys(boolean) - Method in class org.apache.pivot.serialization.CSVSerializer
Sets the serializer's write keys flag.
skip(long) - Method in class org.apache.pivot.io.IOTask.MonitoredInputStream
 
SLASH_PREFIX - Static variable in class org.apache.pivot.beans.BXMLSerializer
 
sort(ArrayList<T>, Comparator<T>) - Static method in class org.apache.pivot.collections.ArrayList
 
sort(ArrayList<T>, int, int, Comparator<T>) - Static method in class org.apache.pivot.collections.ArrayList
 
sort(ArrayList<T>) - Static method in class org.apache.pivot.collections.ArrayList
 
Stack<T> - Interface in org.apache.pivot.collections
Interface representing a last-in, first-out (LIFO) stack when unsorted, and a priority stack when sorted.
Stack.StackListenerList<T> - Class in org.apache.pivot.collections
Stack listener list.
Stack.StackListenerList() - Constructor for class org.apache.pivot.collections.Stack.StackListenerList
 
stackCleared(Stack<T>) - Method in class org.apache.pivot.collections.Stack.StackListenerList
 
stackCleared(Stack<T>) - Method in class org.apache.pivot.collections.StackListener.Adapter
 
stackCleared(Stack<T>) - Method in interface org.apache.pivot.collections.StackListener
Called when a stack has been cleared.
StackListener<T> - Interface in org.apache.pivot.collections
Stack listener interface.
StackListener.Adapter<T> - Class in org.apache.pivot.collections
StackListener adapter.
StackListener.Adapter() - Constructor for class org.apache.pivot.collections.StackListener.Adapter
 
start - Variable in class org.apache.pivot.util.CalendarDate.Range
 
start - Variable in class org.apache.pivot.util.Time.Range
 
START_KEY - Static variable in class org.apache.pivot.util.CalendarDate.Range
 
START_KEY - Static variable in class org.apache.pivot.util.Time.Range
 
StringSerializer - Class in org.apache.pivot.serialization
Implementation of the Serializer interface that reads data from and writes data to Java Strings.
StringSerializer() - Constructor for class org.apache.pivot.serialization.StringSerializer
 
StringSerializer(Charset) - Constructor for class org.apache.pivot.serialization.StringSerializer
 
subscribe(Class<? super T>, MessageBusListener<T>) - Static method in class org.apache.pivot.util.MessageBus
Subscribes a listener to a message topic.
subtract(CalendarDate) - Method in class org.apache.pivot.util.CalendarDate
Gets the number of days in between this calendar date and the specified calendar date.
subtract(Time) - Method in class org.apache.pivot.util.Time
Gets the number of milliseconds in between this time and the specified time.
SynchronizedList<T> - Class in org.apache.pivot.collections.concurrent
Synchronized implementation of the List interface.
SynchronizedList(List<T>) - Constructor for class org.apache.pivot.collections.concurrent.SynchronizedList
 
SynchronizedMap<K,V> - Class in org.apache.pivot.collections.concurrent
Synchronized implementation of the Map interface.
SynchronizedMap(Map<K, V>) - Constructor for class org.apache.pivot.collections.concurrent.SynchronizedMap
 
SynchronizedQueue<T> - Class in org.apache.pivot.collections.concurrent
Synchronized implementation of the Queue interface.
SynchronizedQueue(Queue<T>) - Constructor for class org.apache.pivot.collections.concurrent.SynchronizedQueue
 
SynchronizedSet<E> - Class in org.apache.pivot.collections.concurrent
Synchronized implementation of the Set interface.
SynchronizedSet(Set<E>) - Constructor for class org.apache.pivot.collections.concurrent.SynchronizedSet
 
SynchronizedStack<T> - Class in org.apache.pivot.collections.concurrent
Synchronized implementation of the Stack interface.
SynchronizedStack(Stack<T>) - Constructor for class org.apache.pivot.collections.concurrent.SynchronizedStack
 

T

tally(Vote) - Method in enum org.apache.pivot.util.Vote
 
Task<V> - Class in org.apache.pivot.util.concurrent
Abstract base class for "tasks".
Task() - Constructor for class org.apache.pivot.util.concurrent.Task
 
Task(ExecutorService) - Constructor for class org.apache.pivot.util.concurrent.Task
 
taskExecuted(Task<V>) - Method in interface org.apache.pivot.util.concurrent.TaskListener
Called when the task has completed successfully.
TaskExecutionException - Exception in org.apache.pivot.util.concurrent
Thrown when an error occurs during task execution.
TaskExecutionException() - Constructor for exception org.apache.pivot.util.concurrent.TaskExecutionException
 
TaskExecutionException(String) - Constructor for exception org.apache.pivot.util.concurrent.TaskExecutionException
 
TaskExecutionException(String, Throwable) - Constructor for exception org.apache.pivot.util.concurrent.TaskExecutionException
 
TaskExecutionException(Throwable) - Constructor for exception org.apache.pivot.util.concurrent.TaskExecutionException
 
TaskGroup - Class in org.apache.pivot.util.concurrent
Task that runs a group of tasks in parallel and notifies listeners when all tasks are complete.
TaskGroup() - Constructor for class org.apache.pivot.util.concurrent.TaskGroup
 
TaskGroup(ExecutorService) - Constructor for class org.apache.pivot.util.concurrent.TaskGroup
 
TaskListener<V> - Interface in org.apache.pivot.util.concurrent
Task listener interface.
TaskSequence - Class in org.apache.pivot.util.concurrent
Task that runs a sequence of tasks in series and notifies listeners when all tasks are complete.
TaskSequence() - Constructor for class org.apache.pivot.util.concurrent.TaskSequence
 
TaskSequence(ExecutorService) - Constructor for class org.apache.pivot.util.concurrent.TaskSequence
 
TEXT_EXTENSION - Static variable in class org.apache.pivot.serialization.StringSerializer
 
TextNode - Class in org.apache.pivot.xml
Class representing an XML text node.
TextNode(String) - Constructor for class org.apache.pivot.xml.TextNode
 
Time - Class in org.apache.pivot.util
Class representing a time of day, independent of any particular time zone.
Time() - Constructor for class org.apache.pivot.util.Time
 
Time(Calendar) - Constructor for class org.apache.pivot.util.Time
 
Time(int, int, int) - Constructor for class org.apache.pivot.util.Time
 
Time(int, int, int, int) - Constructor for class org.apache.pivot.util.Time
 
Time(int) - Constructor for class org.apache.pivot.util.Time
 
Time.Range - Class in org.apache.pivot.util
Represents a range of times.
Time.Range(Time) - Constructor for class org.apache.pivot.util.Time.Range
 
Time.Range(Time, Time) - Constructor for class org.apache.pivot.util.Time.Range
 
Time.Range(String, String) - Constructor for class org.apache.pivot.util.Time.Range
 
Time.Range(Time.Range) - Constructor for class org.apache.pivot.util.Time.Range
 
Time.Range(Dictionary<String, ?>) - Constructor for class org.apache.pivot.util.Time.Range
 
timeout - Variable in class org.apache.pivot.util.concurrent.Task
 
TimeoutException - Exception in org.apache.pivot.util.concurrent
Thrown when an executing task has timed out.
TimeoutException() - Constructor for exception org.apache.pivot.util.concurrent.TimeoutException
 
TimeoutException(String) - Constructor for exception org.apache.pivot.util.concurrent.TimeoutException
 
toArray() - Method in class org.apache.pivot.collections.ArrayList
 
toArray(Class<? extends T[]>) - Method in class org.apache.pivot.collections.ArrayList
 
toArray() - Method in class org.apache.pivot.collections.EnumList
 
toArray() - Method in class org.apache.pivot.collections.Sequence.Tree.Path
 
toCalendar() - Method in class org.apache.pivot.util.CalendarDate
Translates this calendar date to an instance of GregorianCalendar, with the year, month, and dayOfMonth fields set in the default time zone with the default locale.
toCalendar(Time) - Method in class org.apache.pivot.util.CalendarDate
Translates this calendar date to an instance of GregorianCalendar, with the year, month, and dayOfMonth fields set in the default time zone with the default locale.
toEnd() - Method in interface org.apache.pivot.collections.List.ItemIterator
 
toMilliseconds() - Method in class org.apache.pivot.util.Time
Returns the number of milliseconds since midnight represented by this time.
toStart() - Method in interface org.apache.pivot.collections.List.ItemIterator
 
toString() - Method in class org.apache.pivot.collections.adapter.ListAdapter
 
toString() - Method in class org.apache.pivot.collections.adapter.MapAdapter
 
toString() - Method in class org.apache.pivot.collections.adapter.SetAdapter
 
toString() - Method in class org.apache.pivot.collections.ArrayList
 
toString() - Method in class org.apache.pivot.collections.Dictionary.Pair
 
toString() - Method in class org.apache.pivot.collections.EnumList
 
toString() - Method in class org.apache.pivot.collections.HashMap
 
toString() - Method in class org.apache.pivot.collections.HashSet
 
toString() - Method in class org.apache.pivot.collections.immutable.ImmutableList
 
toString() - Method in class org.apache.pivot.collections.immutable.ImmutableMap
 
toString() - Method in class org.apache.pivot.collections.immutable.ImmutableSet
 
toString() - Method in class org.apache.pivot.collections.LinkedList
 
toString() - Method in class org.apache.pivot.collections.Sequence.Tree.Path
 
toString(Object) - Static method in class org.apache.pivot.json.JSONSerializer
Converts a object to a JSON string representation.
toString(Object, boolean) - Static method in class org.apache.pivot.json.JSONSerializer
Converts a object to a JSON string representation.
toString() - Method in class org.apache.pivot.util.CalendarDate
Returns a string representation of this calendar date in the ISO 8601 "calendar date" format, which is [YYYY]-[MM]-[DD].
toString() - Method in class org.apache.pivot.util.ListenerList
 
toString() - Method in class org.apache.pivot.util.MIMEType
 
toString() - Method in class org.apache.pivot.util.Time
 
toString() - Method in class org.apache.pivot.util.Version
 
toString() - Method in class org.apache.pivot.xml.Element.Attribute
 
toString() - Method in class org.apache.pivot.xml.Element
 
toString() - Method in class org.apache.pivot.xml.TextNode
 
trimToSize() - Method in class org.apache.pivot.collections.ArrayList
 
type - Variable in class org.apache.pivot.sql.ResultList.Field
The type of the map value.
TypeLiteral<T> - Class in org.apache.pivot.util
Represents a generic type T.
TypeLiteral() - Constructor for class org.apache.pivot.util.TypeLiteral
Constructs a new type literal.

U

unbind() - Method in class org.apache.pivot.beans.NamespaceBinding
Unbinds the source property from the target property.
unsubscribe(Class<? super T>, MessageBusListener<T>) - Static method in class org.apache.pivot.util.MessageBus
Unsubscribe a listener from a message topic.
update(int, T) - Method in class org.apache.pivot.collections.adapter.ListAdapter
 
update(int, T) - Method in class org.apache.pivot.collections.ArrayAdapter
 
update(int, T) - Method in class org.apache.pivot.collections.ArrayList
 
update(int, T) - Method in class org.apache.pivot.collections.concurrent.SynchronizedList
 
update(int, E) - Method in class org.apache.pivot.collections.EnumList
 
update(int, T) - Method in class org.apache.pivot.collections.immutable.ImmutableList
 
update(int, T) - Method in class org.apache.pivot.collections.LinkedList
 
update(T) - Method in interface org.apache.pivot.collections.List.ItemIterator
 
update(int, T) - Method in interface org.apache.pivot.collections.List
Updates the item at the given index.
update(int, Integer) - Method in class org.apache.pivot.collections.Sequence.Tree.ImmutablePath
 
update(int, Integer) - Method in class org.apache.pivot.collections.Sequence.Tree.Path
 
update(Sequence<T>, Sequence.Tree.Path, T) - Static method in class org.apache.pivot.collections.Sequence.Tree
Updates an item in a nested sequence.
update(int, T) - Method in interface org.apache.pivot.collections.Sequence
Updates the item at the given index.
update(int, File) - Method in class org.apache.pivot.io.FileList
 
update(int, Map<String, Object>) - Method in class org.apache.pivot.sql.ResultList
 
update(int, Task<?>) - Method in class org.apache.pivot.util.concurrent.TaskSequence
 
update(int, Element.Attribute) - Method in class org.apache.pivot.xml.Element.AttributeSequence
 
update(int, Node) - Method in class org.apache.pivot.xml.Element
 
URL_PREFIX - Static variable in class org.apache.pivot.beans.BXMLSerializer
 

V

value - Variable in class org.apache.pivot.collections.Dictionary.Pair
 
valueAdded(Map<K, V>, K) - Method in class org.apache.pivot.collections.Map.MapListenerList
 
valueAdded(Map<K, V>, K) - Method in class org.apache.pivot.collections.MapListener.Adapter
 
valueAdded(Map<K, V>, K) - Method in interface org.apache.pivot.collections.MapListener
Called when a key/value pair has been added to a map.
valueOf(String) - Static method in enum org.apache.pivot.util.Vote
Returns the enum constant of this type with the specified name.
valueRemoved(Map<K, V>, K, V) - Method in class org.apache.pivot.collections.Map.MapListenerList
 
valueRemoved(Map<K, V>, K, V) - Method in class org.apache.pivot.collections.MapListener.Adapter
 
valueRemoved(Map<K, V>, K, V) - Method in interface org.apache.pivot.collections.MapListener
Called when a key/value pair has been removed from a map.
values() - Static method in enum org.apache.pivot.util.Vote
Returns an array containing the constants of this enum type, in the order they are declared.
valueUpdated(Map<K, V>, K, V) - Method in class org.apache.pivot.collections.Map.MapListenerList
 
valueUpdated(Map<K, V>, K, V) - Method in class org.apache.pivot.collections.MapListener.Adapter
 
valueUpdated(Map<K, V>, K, V) - Method in interface org.apache.pivot.collections.MapListener
Called when a map value has been updated.
Version - Class in org.apache.pivot.util
Represents a version number.
Version(int, int, int, int) - Constructor for class org.apache.pivot.util.Version
 
Version(int, int, int, int, String) - Constructor for class org.apache.pivot.util.Version
 
Vote - Enum in org.apache.pivot.util
Enumeration representing a vote.

W

write(char[], int, int) - Method in class org.apache.pivot.io.EchoWriter
 
write(byte[]) - Method in class org.apache.pivot.io.IOTask.MonitoredOutputStream
 
write(byte[], int, int) - Method in class org.apache.pivot.io.IOTask.MonitoredOutputStream
 
write(int) - Method in class org.apache.pivot.io.IOTask.MonitoredOutputStream
 
writeObject(Object, OutputStream) - Method in class org.apache.pivot.beans.BXMLSerializer
 
writeObject(File, OutputStream) - Method in class org.apache.pivot.io.FileSerializer
Writes a file to an output stream.
writeObject(Object, OutputStream) - Method in class org.apache.pivot.json.JSONSerializer
Writes data to a JSON stream.
writeObject(Object, Writer) - Method in class org.apache.pivot.json.JSONSerializer
Writes data to a JSON stream.
writeObject(Object, OutputStream) - Method in class org.apache.pivot.serialization.BinarySerializer
Writes a graph of serializable objects to an output stream.
writeObject(byte[], OutputStream) - Method in class org.apache.pivot.serialization.ByteArraySerializer
Writes a byte array to an output stream.
writeObject(List<?>, OutputStream) - Method in class org.apache.pivot.serialization.CSVSerializer
Writes values to a comma-separated value stream.
writeObject(List<?>, Writer) - Method in class org.apache.pivot.serialization.CSVSerializer
Writes values to a comma-separated value stream.
writeObject(Map<?, ?>, OutputStream) - Method in class org.apache.pivot.serialization.PropertiesSerializer
Writes data to a properties stream.
writeObject(T, OutputStream) - Method in interface org.apache.pivot.serialization.Serializer
Writes an object to an output stream.
writeObject(String, OutputStream) - Method in class org.apache.pivot.serialization.StringSerializer
Writes plain text data to an output stream, encoded in the given Charset.
writeObject(Element, OutputStream) - Method in class org.apache.pivot.xml.XMLSerializer
 
writeObject(Element, Writer) - Method in class org.apache.pivot.xml.XMLSerializer
 

X

XML - Class in org.apache.pivot.xml
Contains utility methods for working with XML structures.
XML() - Constructor for class org.apache.pivot.xml.XML
 
XML_EXTENSION - Static variable in class org.apache.pivot.xml.XMLSerializer
 
XMLNS_ATTRIBUTE_PREFIX - Static variable in class org.apache.pivot.xml.XMLSerializer
 
XMLSerializer - Class in org.apache.pivot.xml
Reads and writes XML data.
XMLSerializer() - Constructor for class org.apache.pivot.xml.XMLSerializer
 
XMLSerializer(Charset) - Constructor for class org.apache.pivot.xml.XMLSerializer
 
XMLSerializerListener - Interface in org.apache.pivot.xml
XML serializer listener interface.
XMLSerializerListener.Adapter - Class in org.apache.pivot.xml
XML serializer listener adapter.
XMLSerializerListener.Adapter() - Constructor for class org.apache.pivot.xml.XMLSerializerListener.Adapter
 

Y

year - Variable in class org.apache.pivot.util.CalendarDate
The year field.

A B C D E F G H I J K L M N O P Q R S T U V W X Y