diff --git a/java/grpc-google-cloud-datastore-v1/0.1.29/apidocs/allclasses-frame.html b/java/grpc-google-cloud-datastore-v1/0.1.29/apidocs/allclasses-frame.html new file mode 100644 index 0000000000..b57ce58d21 --- /dev/null +++ b/java/grpc-google-cloud-datastore-v1/0.1.29/apidocs/allclasses-frame.html @@ -0,0 +1,23 @@ + + + +
+ +public static final class DatastoreGrpc.DatastoreBlockingStub +extends io.grpc.stub.AbstractStub<DatastoreGrpc.DatastoreBlockingStub>+
+ Each RPC normalizes the partition IDs of the keys in its input entities, + and always returns entities with keys with normalized partition IDs. + This applies to all keys and entities, including those in values, except keys + with both an empty path and an empty or unset partition ID. Normalization of + input keys sets the project ID (if not already set) to the project ID from + the request. +
| Modifier and Type | +Method and Description | +
|---|---|
com.google.datastore.v1.AllocateIdsResponse |
+allocateIds(com.google.datastore.v1.AllocateIdsRequest request)
+
+ Allocates IDs for the given keys, which is useful for referencing an entity
+ before it is inserted.
+ |
+
com.google.datastore.v1.BeginTransactionResponse |
+beginTransaction(com.google.datastore.v1.BeginTransactionRequest request)
+
+ Begins a new transaction.
+ |
+
protected DatastoreGrpc.DatastoreBlockingStub |
+build(io.grpc.Channel channel,
+ io.grpc.CallOptions callOptions) |
+
com.google.datastore.v1.CommitResponse |
+commit(com.google.datastore.v1.CommitRequest request)
+
+ Commits a transaction, optionally creating, deleting or modifying some
+ entities.
+ |
+
com.google.datastore.v1.LookupResponse |
+lookup(com.google.datastore.v1.LookupRequest request)
+
+ Looks up entities by key.
+ |
+
com.google.datastore.v1.ReserveIdsResponse |
+reserveIds(com.google.datastore.v1.ReserveIdsRequest request)
+
+ Prevents the supplied keys' IDs from being auto-allocated by Cloud
+ Datastore.
+ |
+
com.google.datastore.v1.RollbackResponse |
+rollback(com.google.datastore.v1.RollbackRequest request)
+
+ Rolls back a transaction.
+ |
+
com.google.datastore.v1.RunQueryResponse |
+runQuery(com.google.datastore.v1.RunQueryRequest request)
+
+ Queries for entities.
+ |
+
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOption, withWaitForReadyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitprotected DatastoreGrpc.DatastoreBlockingStub build(io.grpc.Channel channel, + io.grpc.CallOptions callOptions)+
build in class io.grpc.stub.AbstractStub<DatastoreGrpc.DatastoreBlockingStub>public com.google.datastore.v1.LookupResponse lookup(com.google.datastore.v1.LookupRequest request)+
+ Looks up entities by key. +
public com.google.datastore.v1.RunQueryResponse runQuery(com.google.datastore.v1.RunQueryRequest request)+
+ Queries for entities. +
public com.google.datastore.v1.BeginTransactionResponse beginTransaction(com.google.datastore.v1.BeginTransactionRequest request)+
+ Begins a new transaction. +
public com.google.datastore.v1.CommitResponse commit(com.google.datastore.v1.CommitRequest request)+
+ Commits a transaction, optionally creating, deleting or modifying some + entities. +
public com.google.datastore.v1.RollbackResponse rollback(com.google.datastore.v1.RollbackRequest request)+
+ Rolls back a transaction. +
public com.google.datastore.v1.AllocateIdsResponse allocateIds(com.google.datastore.v1.AllocateIdsRequest request)+
+ Allocates IDs for the given keys, which is useful for referencing an entity + before it is inserted. +
public com.google.datastore.v1.ReserveIdsResponse reserveIds(com.google.datastore.v1.ReserveIdsRequest request)+
+ Prevents the supplied keys' IDs from being auto-allocated by Cloud + Datastore. +
public static final class DatastoreGrpc.DatastoreFutureStub +extends io.grpc.stub.AbstractStub<DatastoreGrpc.DatastoreFutureStub>+
+ Each RPC normalizes the partition IDs of the keys in its input entities, + and always returns entities with keys with normalized partition IDs. + This applies to all keys and entities, including those in values, except keys + with both an empty path and an empty or unset partition ID. Normalization of + input keys sets the project ID (if not already set) to the project ID from + the request. +
| Modifier and Type | +Method and Description | +
|---|---|
com.google.common.util.concurrent.ListenableFuture<com.google.datastore.v1.AllocateIdsResponse> |
+allocateIds(com.google.datastore.v1.AllocateIdsRequest request)
+
+ Allocates IDs for the given keys, which is useful for referencing an entity
+ before it is inserted.
+ |
+
com.google.common.util.concurrent.ListenableFuture<com.google.datastore.v1.BeginTransactionResponse> |
+beginTransaction(com.google.datastore.v1.BeginTransactionRequest request)
+
+ Begins a new transaction.
+ |
+
protected DatastoreGrpc.DatastoreFutureStub |
+build(io.grpc.Channel channel,
+ io.grpc.CallOptions callOptions) |
+
com.google.common.util.concurrent.ListenableFuture<com.google.datastore.v1.CommitResponse> |
+commit(com.google.datastore.v1.CommitRequest request)
+
+ Commits a transaction, optionally creating, deleting or modifying some
+ entities.
+ |
+
com.google.common.util.concurrent.ListenableFuture<com.google.datastore.v1.LookupResponse> |
+lookup(com.google.datastore.v1.LookupRequest request)
+
+ Looks up entities by key.
+ |
+
com.google.common.util.concurrent.ListenableFuture<com.google.datastore.v1.ReserveIdsResponse> |
+reserveIds(com.google.datastore.v1.ReserveIdsRequest request)
+
+ Prevents the supplied keys' IDs from being auto-allocated by Cloud
+ Datastore.
+ |
+
com.google.common.util.concurrent.ListenableFuture<com.google.datastore.v1.RollbackResponse> |
+rollback(com.google.datastore.v1.RollbackRequest request)
+
+ Rolls back a transaction.
+ |
+
com.google.common.util.concurrent.ListenableFuture<com.google.datastore.v1.RunQueryResponse> |
+runQuery(com.google.datastore.v1.RunQueryRequest request)
+
+ Queries for entities.
+ |
+
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOption, withWaitForReadyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitprotected DatastoreGrpc.DatastoreFutureStub build(io.grpc.Channel channel, + io.grpc.CallOptions callOptions)+
build in class io.grpc.stub.AbstractStub<DatastoreGrpc.DatastoreFutureStub>public com.google.common.util.concurrent.ListenableFuture<com.google.datastore.v1.LookupResponse> lookup(com.google.datastore.v1.LookupRequest request)+
+ Looks up entities by key. +
public com.google.common.util.concurrent.ListenableFuture<com.google.datastore.v1.RunQueryResponse> runQuery(com.google.datastore.v1.RunQueryRequest request)+
+ Queries for entities. +
public com.google.common.util.concurrent.ListenableFuture<com.google.datastore.v1.BeginTransactionResponse> beginTransaction(com.google.datastore.v1.BeginTransactionRequest request)+
+ Begins a new transaction. +
public com.google.common.util.concurrent.ListenableFuture<com.google.datastore.v1.CommitResponse> commit(com.google.datastore.v1.CommitRequest request)+
+ Commits a transaction, optionally creating, deleting or modifying some + entities. +
public com.google.common.util.concurrent.ListenableFuture<com.google.datastore.v1.RollbackResponse> rollback(com.google.datastore.v1.RollbackRequest request)+
+ Rolls back a transaction. +
public com.google.common.util.concurrent.ListenableFuture<com.google.datastore.v1.AllocateIdsResponse> allocateIds(com.google.datastore.v1.AllocateIdsRequest request)+
+ Allocates IDs for the given keys, which is useful for referencing an entity + before it is inserted. +
public com.google.common.util.concurrent.ListenableFuture<com.google.datastore.v1.ReserveIdsResponse> reserveIds(com.google.datastore.v1.ReserveIdsRequest request)+
+ Prevents the supplied keys' IDs from being auto-allocated by Cloud + Datastore. +
public abstract static class DatastoreGrpc.DatastoreImplBase
+extends java.lang.Object
+implements io.grpc.BindableService
++ Each RPC normalizes the partition IDs of the keys in its input entities, + and always returns entities with keys with normalized partition IDs. + This applies to all keys and entities, including those in values, except keys + with both an empty path and an empty or unset partition ID. Normalization of + input keys sets the project ID (if not already set) to the project ID from + the request. +
| Constructor and Description | +
|---|
DatastoreImplBase() |
+
| Modifier and Type | +Method and Description | +
|---|---|
void |
+allocateIds(com.google.datastore.v1.AllocateIdsRequest request,
+ io.grpc.stub.StreamObserver<com.google.datastore.v1.AllocateIdsResponse> responseObserver)
+
+ Allocates IDs for the given keys, which is useful for referencing an entity
+ before it is inserted.
+ |
+
void |
+beginTransaction(com.google.datastore.v1.BeginTransactionRequest request,
+ io.grpc.stub.StreamObserver<com.google.datastore.v1.BeginTransactionResponse> responseObserver)
+
+ Begins a new transaction.
+ |
+
io.grpc.ServerServiceDefinition |
+bindService() |
+
void |
+commit(com.google.datastore.v1.CommitRequest request,
+ io.grpc.stub.StreamObserver<com.google.datastore.v1.CommitResponse> responseObserver)
+
+ Commits a transaction, optionally creating, deleting or modifying some
+ entities.
+ |
+
void |
+lookup(com.google.datastore.v1.LookupRequest request,
+ io.grpc.stub.StreamObserver<com.google.datastore.v1.LookupResponse> responseObserver)
+
+ Looks up entities by key.
+ |
+
void |
+reserveIds(com.google.datastore.v1.ReserveIdsRequest request,
+ io.grpc.stub.StreamObserver<com.google.datastore.v1.ReserveIdsResponse> responseObserver)
+
+ Prevents the supplied keys' IDs from being auto-allocated by Cloud
+ Datastore.
+ |
+
void |
+rollback(com.google.datastore.v1.RollbackRequest request,
+ io.grpc.stub.StreamObserver<com.google.datastore.v1.RollbackResponse> responseObserver)
+
+ Rolls back a transaction.
+ |
+
void |
+runQuery(com.google.datastore.v1.RunQueryRequest request,
+ io.grpc.stub.StreamObserver<com.google.datastore.v1.RunQueryResponse> responseObserver)
+
+ Queries for entities.
+ |
+
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic void lookup(com.google.datastore.v1.LookupRequest request, + io.grpc.stub.StreamObserver<com.google.datastore.v1.LookupResponse> responseObserver)+
+ Looks up entities by key. +
public void runQuery(com.google.datastore.v1.RunQueryRequest request, + io.grpc.stub.StreamObserver<com.google.datastore.v1.RunQueryResponse> responseObserver)+
+ Queries for entities. +
public void beginTransaction(com.google.datastore.v1.BeginTransactionRequest request, + io.grpc.stub.StreamObserver<com.google.datastore.v1.BeginTransactionResponse> responseObserver)+
+ Begins a new transaction. +
public void commit(com.google.datastore.v1.CommitRequest request, + io.grpc.stub.StreamObserver<com.google.datastore.v1.CommitResponse> responseObserver)+
+ Commits a transaction, optionally creating, deleting or modifying some + entities. +
public void rollback(com.google.datastore.v1.RollbackRequest request, + io.grpc.stub.StreamObserver<com.google.datastore.v1.RollbackResponse> responseObserver)+
+ Rolls back a transaction. +
public void allocateIds(com.google.datastore.v1.AllocateIdsRequest request, + io.grpc.stub.StreamObserver<com.google.datastore.v1.AllocateIdsResponse> responseObserver)+
+ Allocates IDs for the given keys, which is useful for referencing an entity + before it is inserted. +
public void reserveIds(com.google.datastore.v1.ReserveIdsRequest request, + io.grpc.stub.StreamObserver<com.google.datastore.v1.ReserveIdsResponse> responseObserver)+
+ Prevents the supplied keys' IDs from being auto-allocated by Cloud + Datastore. +
public final io.grpc.ServerServiceDefinition bindService()+
bindService in interface io.grpc.BindableServicepublic static final class DatastoreGrpc.DatastoreStub +extends io.grpc.stub.AbstractStub<DatastoreGrpc.DatastoreStub>+
+ Each RPC normalizes the partition IDs of the keys in its input entities, + and always returns entities with keys with normalized partition IDs. + This applies to all keys and entities, including those in values, except keys + with both an empty path and an empty or unset partition ID. Normalization of + input keys sets the project ID (if not already set) to the project ID from + the request. +
| Modifier and Type | +Method and Description | +
|---|---|
void |
+allocateIds(com.google.datastore.v1.AllocateIdsRequest request,
+ io.grpc.stub.StreamObserver<com.google.datastore.v1.AllocateIdsResponse> responseObserver)
+
+ Allocates IDs for the given keys, which is useful for referencing an entity
+ before it is inserted.
+ |
+
void |
+beginTransaction(com.google.datastore.v1.BeginTransactionRequest request,
+ io.grpc.stub.StreamObserver<com.google.datastore.v1.BeginTransactionResponse> responseObserver)
+
+ Begins a new transaction.
+ |
+
protected DatastoreGrpc.DatastoreStub |
+build(io.grpc.Channel channel,
+ io.grpc.CallOptions callOptions) |
+
void |
+commit(com.google.datastore.v1.CommitRequest request,
+ io.grpc.stub.StreamObserver<com.google.datastore.v1.CommitResponse> responseObserver)
+
+ Commits a transaction, optionally creating, deleting or modifying some
+ entities.
+ |
+
void |
+lookup(com.google.datastore.v1.LookupRequest request,
+ io.grpc.stub.StreamObserver<com.google.datastore.v1.LookupResponse> responseObserver)
+
+ Looks up entities by key.
+ |
+
void |
+reserveIds(com.google.datastore.v1.ReserveIdsRequest request,
+ io.grpc.stub.StreamObserver<com.google.datastore.v1.ReserveIdsResponse> responseObserver)
+
+ Prevents the supplied keys' IDs from being auto-allocated by Cloud
+ Datastore.
+ |
+
void |
+rollback(com.google.datastore.v1.RollbackRequest request,
+ io.grpc.stub.StreamObserver<com.google.datastore.v1.RollbackResponse> responseObserver)
+
+ Rolls back a transaction.
+ |
+
void |
+runQuery(com.google.datastore.v1.RunQueryRequest request,
+ io.grpc.stub.StreamObserver<com.google.datastore.v1.RunQueryResponse> responseObserver)
+
+ Queries for entities.
+ |
+
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOption, withWaitForReadyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitprotected DatastoreGrpc.DatastoreStub build(io.grpc.Channel channel, + io.grpc.CallOptions callOptions)+
build in class io.grpc.stub.AbstractStub<DatastoreGrpc.DatastoreStub>public void lookup(com.google.datastore.v1.LookupRequest request, + io.grpc.stub.StreamObserver<com.google.datastore.v1.LookupResponse> responseObserver)+
+ Looks up entities by key. +
public void runQuery(com.google.datastore.v1.RunQueryRequest request, + io.grpc.stub.StreamObserver<com.google.datastore.v1.RunQueryResponse> responseObserver)+
+ Queries for entities. +
public void beginTransaction(com.google.datastore.v1.BeginTransactionRequest request, + io.grpc.stub.StreamObserver<com.google.datastore.v1.BeginTransactionResponse> responseObserver)+
+ Begins a new transaction. +
public void commit(com.google.datastore.v1.CommitRequest request, + io.grpc.stub.StreamObserver<com.google.datastore.v1.CommitResponse> responseObserver)+
+ Commits a transaction, optionally creating, deleting or modifying some + entities. +
public void rollback(com.google.datastore.v1.RollbackRequest request, + io.grpc.stub.StreamObserver<com.google.datastore.v1.RollbackResponse> responseObserver)+
+ Rolls back a transaction. +
public void allocateIds(com.google.datastore.v1.AllocateIdsRequest request, + io.grpc.stub.StreamObserver<com.google.datastore.v1.AllocateIdsResponse> responseObserver)+
+ Allocates IDs for the given keys, which is useful for referencing an entity + before it is inserted. +
public void reserveIds(com.google.datastore.v1.ReserveIdsRequest request, + io.grpc.stub.StreamObserver<com.google.datastore.v1.ReserveIdsResponse> responseObserver)+
+ Prevents the supplied keys' IDs from being auto-allocated by Cloud + Datastore. +
@Generated(value="by gRPC proto compiler (version 1.2.0)",
+ comments="Source: google/datastore/v1/datastore.proto")
+public final class DatastoreGrpc
+extends java.lang.Object
++ Each RPC normalizes the partition IDs of the keys in its input entities, + and always returns entities with keys with normalized partition IDs. + This applies to all keys and entities, including those in values, except keys + with both an empty path and an empty or unset partition ID. Normalization of + input keys sets the project ID (if not already set) to the project ID from + the request. +
| Modifier and Type | +Class and Description | +
|---|---|
static class |
+DatastoreGrpc.DatastoreBlockingStub
+
+ Each RPC normalizes the partition IDs of the keys in its input entities,
+ and always returns entities with keys with normalized partition IDs.
+ |
+
static class |
+DatastoreGrpc.DatastoreFutureStub
+
+ Each RPC normalizes the partition IDs of the keys in its input entities,
+ and always returns entities with keys with normalized partition IDs.
+ |
+
static class |
+DatastoreGrpc.DatastoreImplBase
+
+ Each RPC normalizes the partition IDs of the keys in its input entities,
+ and always returns entities with keys with normalized partition IDs.
+ |
+
static class |
+DatastoreGrpc.DatastoreStub
+
+ Each RPC normalizes the partition IDs of the keys in its input entities,
+ and always returns entities with keys with normalized partition IDs.
+ |
+
| Modifier and Type | +Field and Description | +
|---|---|
static io.grpc.MethodDescriptor<com.google.datastore.v1.AllocateIdsRequest,com.google.datastore.v1.AllocateIdsResponse> |
+METHOD_ALLOCATE_IDS |
+
static io.grpc.MethodDescriptor<com.google.datastore.v1.BeginTransactionRequest,com.google.datastore.v1.BeginTransactionResponse> |
+METHOD_BEGIN_TRANSACTION |
+
static io.grpc.MethodDescriptor<com.google.datastore.v1.CommitRequest,com.google.datastore.v1.CommitResponse> |
+METHOD_COMMIT |
+
static io.grpc.MethodDescriptor<com.google.datastore.v1.LookupRequest,com.google.datastore.v1.LookupResponse> |
+METHOD_LOOKUP |
+
static io.grpc.MethodDescriptor<com.google.datastore.v1.ReserveIdsRequest,com.google.datastore.v1.ReserveIdsResponse> |
+METHOD_RESERVE_IDS |
+
static io.grpc.MethodDescriptor<com.google.datastore.v1.RollbackRequest,com.google.datastore.v1.RollbackResponse> |
+METHOD_ROLLBACK |
+
static io.grpc.MethodDescriptor<com.google.datastore.v1.RunQueryRequest,com.google.datastore.v1.RunQueryResponse> |
+METHOD_RUN_QUERY |
+
static java.lang.String |
+SERVICE_NAME |
+
| Modifier and Type | +Method and Description | +
|---|---|
static io.grpc.ServiceDescriptor |
+getServiceDescriptor() |
+
static DatastoreGrpc.DatastoreBlockingStub |
+newBlockingStub(io.grpc.Channel channel)
+Creates a new blocking-style stub that supports unary and streaming output calls on the service
+ |
+
static DatastoreGrpc.DatastoreFutureStub |
+newFutureStub(io.grpc.Channel channel)
+Creates a new ListenableFuture-style stub that supports unary and streaming output calls on the service
+ |
+
static DatastoreGrpc.DatastoreStub |
+newStub(io.grpc.Channel channel)
+Creates a new async stub that supports all call types for the service
+ |
+
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic static final java.lang.String SERVICE_NAME+
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") +public static final io.grpc.MethodDescriptor<com.google.datastore.v1.LookupRequest,com.google.datastore.v1.LookupResponse> METHOD_LOOKUP+
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") +public static final io.grpc.MethodDescriptor<com.google.datastore.v1.RunQueryRequest,com.google.datastore.v1.RunQueryResponse> METHOD_RUN_QUERY+
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") +public static final io.grpc.MethodDescriptor<com.google.datastore.v1.BeginTransactionRequest,com.google.datastore.v1.BeginTransactionResponse> METHOD_BEGIN_TRANSACTION+
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") +public static final io.grpc.MethodDescriptor<com.google.datastore.v1.CommitRequest,com.google.datastore.v1.CommitResponse> METHOD_COMMIT+
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") +public static final io.grpc.MethodDescriptor<com.google.datastore.v1.RollbackRequest,com.google.datastore.v1.RollbackResponse> METHOD_ROLLBACK+
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") +public static final io.grpc.MethodDescriptor<com.google.datastore.v1.AllocateIdsRequest,com.google.datastore.v1.AllocateIdsResponse> METHOD_ALLOCATE_IDS+
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") +public static final io.grpc.MethodDescriptor<com.google.datastore.v1.ReserveIdsRequest,com.google.datastore.v1.ReserveIdsResponse> METHOD_RESERVE_IDS+
public static DatastoreGrpc.DatastoreStub newStub(io.grpc.Channel channel)+
public static DatastoreGrpc.DatastoreBlockingStub newBlockingStub(io.grpc.Channel channel)+
public static DatastoreGrpc.DatastoreFutureStub newFutureStub(io.grpc.Channel channel)+
public static io.grpc.ServiceDescriptor getServiceDescriptor()+
| Class | +Description | +
|---|---|
| DatastoreGrpc | +
+
+ Each RPC normalizes the partition IDs of the keys in its input entities,
+ and always returns entities with keys with normalized partition IDs.
+ |
+
| DatastoreGrpc.DatastoreBlockingStub | +
+
+ Each RPC normalizes the partition IDs of the keys in its input entities,
+ and always returns entities with keys with normalized partition IDs.
+ |
+
| DatastoreGrpc.DatastoreFutureStub | +
+
+ Each RPC normalizes the partition IDs of the keys in its input entities,
+ and always returns entities with keys with normalized partition IDs.
+ |
+
| DatastoreGrpc.DatastoreImplBase | +
+
+ Each RPC normalizes the partition IDs of the keys in its input entities,
+ and always returns entities with keys with normalized partition IDs.
+ |
+
| DatastoreGrpc.DatastoreStub | +
+
+ Each RPC normalizes the partition IDs of the keys in its input entities,
+ and always returns entities with keys with normalized partition IDs.
+ |
+
| Modifier and Type | +Constant Field | +Value | +
|---|---|---|
+
+public static final java.lang.String |
+SERVICE_NAME |
+"google.datastore.v1.Datastore" |
+
Each package has a page that contains a list of its classes and interfaces, with a summary for each. This page can contain six categories:
+Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a class/interface description, summary tables, and detailed member descriptions:
+Each summary entry contains the first sentence from the detailed description for that item. The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.
+Each annotation type has its own separate page with the following sections:
+Each enum has its own separate page with the following sections:
+There is a Class Hierarchy page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. The classes are organized by inheritance structure starting with java.lang.Object. The interfaces do not inherit from java.lang.Object.
The Deprecated API page lists all of the API that have been deprecated. A deprecated API is not recommended for use, generally due to improvements, and a replacement API is usually given. Deprecated APIs may be removed in future implementations.
+The Index contains an alphabetic list of all classes, interfaces, constructors, methods, and fields.
+These links take you to the next or previous class, interface, package, or related page.
+These links show and hide the HTML frames. All pages are available with or without frames.
+The All Classes link shows all classes and interfaces except non-static nested types.
+Each serializable or externalizable class has a description of its serialization fields and methods. This information is of interest to re-implementors, not to developers using the API. While there is no link in the navigation bar, you can get to this information by going to any serialized class and clicking "Serialized Form" in the "See also" section of the class description.
+The Constant Field Values page lists the static final fields and their values.
+