AbstractCollection |
This class provides a skeletal implementation of the Collection
interface, to minimize the effort required to implement this interface.
|
AbstractList |
This class provides a skeletal implementation of the List
interface to minimize the effort required to implement this interface
backed by a "random access" data store (such as an array).
|
AbstractQueue |
This class provides skeletal implementations of some Queue
operations.
|
AbstractSequentialList |
This class provides a skeletal implementation of the List
interface to minimize the effort required to implement this interface
backed by a "sequential access" data store (such as a linked list).
|
AbstractSet |
This class provides a skeletal implementation of the Set
interface to minimize the effort required to implement this
interface.
|
AlphabeticIndex |
AlphabeticIndex supports the creation of a UI index appropriate for a given language.
|
AlphabeticIndex.Bucket |
An index "bucket" with a label string and type.
|
AlphabeticIndex.ImmutableIndex |
Immutable, thread-safe version of AlphabeticIndex .
|
ArrayBlockingQueue |
A bounded blocking queue backed by an
array.
|
ArrayDeque |
Resizable-array implementation of the Deque interface.
|
ArrayList |
Resizable-array implementation of the List interface.
|
ArraySet |
ArraySet is a generic set data structure that is designed to be more memory efficient than a
traditional HashSet .
|
BatchUpdateException |
The subclass of SQLException thrown when an error
occurs during a batch update operation.
|
BlockingDeque |
A Deque that additionally supports blocking operations that wait
for the deque to become non-empty when retrieving an element, and wait for
space to become available in the deque when storing an element.
|
BlockingQueue |
A Queue that additionally supports operations that wait for
the queue to become non-empty when retrieving an element, and wait
for space to become available in the queue when storing an element.
|
Collection |
The root interface in the collection hierarchy.
|
ConcurrentHashMap.KeySetView |
A view of a ConcurrentHashMap as a Set of keys, in
which additions may optionally be enabled by mapping to a
common value.
|
ConcurrentLinkedDeque |
An unbounded concurrent deque based on linked nodes.
|
ConcurrentLinkedQueue |
An unbounded thread-safe queue based on linked nodes.
|
ConcurrentSkipListSet |
A scalable concurrent NavigableSet implementation based on
a ConcurrentSkipListMap .
|
CopyOnWriteArrayList |
A thread-safe variant of ArrayList in which all mutative
operations (add , set , and so on) are implemented by
making a fresh copy of the underlying array.
|
CopyOnWriteArraySet |
A Set that uses an internal CopyOnWriteArrayList
for all of its operations.
|
CursorJoiner |
Does a join on two cursors using the specified columns.
|
DataTruncation |
An exception thrown as a DataTruncation exception
(on writes) or reported as a
DataTruncation warning (on reads)
when a data values is unexpectedly truncated for reasons other than its having
execeeded MaxFieldSize .
|
DelayQueueDelayed> |
An unbounded blocking queue of Delayed
elements, in which an element generally becomes eligible for removal when its
delay has expired.
|
Deque |
A linear collection that supports element insertion and removal at
both ends.
|
DirectoryStream |
An object to iterate over the entries in a directory.
|
EnumSetEnum> |
A specialized Set implementation for use with enum types.
|
HashSet |
This class implements the Set interface, backed by a hash table
(actually a HashMap instance).
|
LinkedBlockingDeque |
An optionally-bounded blocking deque based on
linked nodes.
|
LinkedBlockingQueue |
An optionally-bounded blocking queue based on
linked nodes.
|
LinkedHashSet |
Hash table and linked list implementation of the Set interface,
with well-defined encounter order.
|
LinkedList |
Doubly-linked list implementation of the List and Deque
interfaces.
|
LinkedTransferQueue |
An unbounded TransferQueue based on linked nodes.
|
List |
An ordered collection, where the user has precise control over where in the
list each element is inserted.
|
NavigableSet |
A SortedSet extended with navigation methods reporting
closest matches for given search targets.
|
Path |
An object that may be used to locate a file in a file system.
|
PriorityBlockingQueue |
An unbounded blocking queue that uses
the same ordering rules as class PriorityQueue and supplies
blocking retrieval operations.
|
PriorityQueue |
An unbounded priority queue based on a priority heap.
|
PropertyPath |
Represents a property path returned from searching the AppSearch Database.
|
Queue |
A collection designed for holding elements prior to processing.
|
SQLClientInfoException |
The subclass of SQLException is thrown when one or more client info properties
could not be set on a Connection .
|
SQLDataException |
The subclass of SQLException thrown when the SQLState class value
is '22', or under vendor-specified conditions.
|
SQLException |
An exception that provides information on a database access
error or other errors.
|
SQLFeatureNotSupportedException |
The subclass of SQLException thrown when the SQLState class value is '0A'
( the value is 'zero' A).
|
SQLIntegrityConstraintViolationException |
The subclass of SQLException thrown when the SQLState class value
is '23', or under vendor-specified conditions.
|
SQLInvalidAuthorizationSpecException |
The subclass of SQLException thrown when the SQLState class value
is '28', or under vendor-specified conditions.
|
SQLNonTransientConnectionException |
The subclass of SQLException thrown for the SQLState
class value '08', or under vendor-specified conditions.
|
SQLNonTransientException |
The subclass of SQLException thrown when an instance where a retry
of the same operation would fail unless the cause of the SQLException
is corrected.
|
SQLRecoverableException |
The subclass of SQLException thrown in situations where a
previously failed operation might be able to succeed if the application performs
some recovery steps and retries the entire transaction or in the case of a
distributed transaction, the transaction branch.
|
SQLSyntaxErrorException |
The subclass of SQLException thrown when the SQLState class value
is '42', or under vendor-specified conditions.
|
SQLTimeoutException |
The subclass of SQLException thrown when the timeout specified by Statement
has expired.
|
SQLTransactionRollbackException |
The subclass of SQLException thrown when the SQLState class value
is '40', or under vendor-specified conditions.
|
SQLTransientConnectionException |
The subclass of SQLException for the SQLState class
value '08', or under vendor-specified conditions.
|
SQLTransientException |
The subclass of SQLException is thrown in situations where a
previoulsy failed operation might be able to succeed when the operation is
retried without any intervention by application-level functionality.
|
SQLWarning |
An exception that provides information on database access
warnings.
|
SecureDirectoryStream |
A DirectoryStream that defines operations on files that are located
relative to an open directory.
|
SequencedCollection |
A collection that has a well-defined encounter order, that supports operations at both ends,
and that is reversible.
|
SequencedSet |
A collection that is both a SequencedCollection and a Set .
|
ServiceLoader |
A facility to load implementations of a service.
|
Set |
A collection that contains no duplicate elements.
|
SortedSet |
A Set that further provides a total ordering on its elements.
|
Stack |
The Stack class represents a last-in-first-out
(LIFO) stack of objects.
|
SynchronousQueue |
A blocking queue in which each insert
operation must wait for a corresponding remove operation by another
thread, and vice versa.
|
TextUtils.SimpleStringSplitter |
A simple string splitter.
|
TextUtils.StringSplitter |
An interface for splitting strings according to rules that are opaque to the user of this
interface.
|
TransferQueue |
A BlockingQueue in which producers may wait for consumers
to receive elements.
|
TreeSet |
A NavigableSet implementation based on a TreeMap .
|
UnicodeSet |
A mutable set of Unicode characters and multicharacter strings.
|
Vector |
The Vector class implements a growable array of
objects.
|