- E - Static variable in class java.lang.Math
-
The double
value that is closer than any other to e, the base of the natural
logarithms.
- ECGenParameterSpec - Class in java.security.spec
-
This immutable class specifies the set of parameters used for generating elliptic curve (EC) domain parameters.
- ECGenParameterSpec(String) - Constructor for class java.security.spec.ECGenParameterSpec
-
Creates a parameter specification for EC parameter generation using a standard (or predefined) name
stdName
in order to generate the corresponding (precomputed) elliptic curve domain parameters.
- ej.annotation - package ej.annotation
-
- ej.basictool - package ej.basictool
-
- ej.basictool.map - package ej.basictool.map
-
- ej.bon - package ej.bon
-
- ej.ecom.io - package ej.ecom.io
-
- ej.ecom.mobile - package ej.ecom.mobile
-
- ej.gnss - package ej.gnss
-
- ej.kf - package ej.kf
-
- ej.property - package ej.property
-
- ej.property.loader - package ej.property.loader
-
- ej.property.registry - package ej.property.registry
-
- ej.service - package ej.service
-
- ej.service.loader - package ej.service.loader
-
- ej.service.registry - package ej.service.registry
-
- ej.storage - package ej.storage
-
- ej.util - package ej.util
-
- ej.wadapps - package ej.wadapps
-
- ej.wadapps.application - package ej.wadapps.application
-
- ej.wadapps.property - package ej.wadapps.property
-
- ej.wadapps.service - package ej.wadapps.service
-
- elementAt(int) - Method in class ej.bon.ResourceArray
-
Reads the element at given index.
- elementAt(int) - Method in class java.util.Vector
-
Returns the component at the specified index.
- elements() - Method in class ej.bon.ResourceArray
-
Reads all array elements.
- elements() - Method in class java.util.Dictionary
-
Returns an enumeration of the values in this dictionary.
- elements() - Method in class java.util.Hashtable
-
Returns an enumeration of the values in this hashtable.
- elements() - Method in class java.util.Vector
-
Returns an enumeration of the components of this vector.
- ElementType - Enum in java.lang.annotation
-
A program element type.
- empty() - Method in class java.util.Stack
-
Tests if this stack is empty.
- EmptyStackException - Exception in java.util
-
Thrown by methods in the Stack
class to indicate that the stack is empty.
- EmptyStackException() - Constructor for exception java.util.EmptyStackException
-
Constructs a new EmptyStackException
with null as its error message string.
- EncodedKeySpec - Class in java.security.spec
-
- EncodedKeySpec(byte[]) - Constructor for class java.security.spec.EncodedKeySpec
-
Creates a new EncodedKeySpec with the given encoded key.
- ENCRYPT_MODE - Static variable in class javax.crypto.Cipher
-
Constant used to initialize cipher to encryption mode.
- endsWith(String) - Method in class java.lang.String
-
Tests if this string ends with the specified suffix.
- engineAliases() - Method in class java.security.KeyStoreSpi
-
Lists all the alias names of this keystore.
- engineContainsAlias(String) - Method in class java.security.KeyStoreSpi
-
Checks if the given alias exists in this keystore.
- engineDeleteEntry(String) - Method in class java.security.KeyStoreSpi
-
Deletes the entry identified by the given alias from this keystore.
- engineDigest() - Method in class java.security.MessageDigestSpi
-
Completes the hash computation by performing final operations such as padding.
- engineDigest(byte[], int, int) - Method in class java.security.MessageDigestSpi
-
Completes the hash computation by performing final operations such as padding.
- engineGenerateCertificate(InputStream) - Method in class java.security.cert.CertificateFactorySpi
-
Generates a certificate object and initializes it with the data read from the input stream inStream
.
- engineGetCertificate(String) - Method in class java.security.KeyStoreSpi
-
Returns the certificate associated with the given alias.
- engineGetCertificateChain(String) - Method in class java.security.KeyStoreSpi
-
Returns the certificate chain associated with the given alias.
- engineGetDigestLength() - Method in class java.security.MessageDigestSpi
-
Returns the digest length in bytes.
- engineGetKey(String, char[]) - Method in class java.security.KeyStoreSpi
-
Returns the key associated with the given alias, using the given password to recover it.
- engineInitSign(PrivateKey) - Method in class java.security.SignatureSpi
-
Initializes this signature object with the specified private key for signing operations.
- engineInitSign(PrivateKey, SecureRandom) - Method in class java.security.SignatureSpi
-
Initializes this signature object with the specified private key and source of randomness for signing operations.
- engineInitVerify(PublicKey) - Method in class java.security.SignatureSpi
-
Initializes this signature object with the specified public key for verification operations.
- engineIsCertificateEntry(String) - Method in class java.security.KeyStoreSpi
-
Returns true if the entry identified by the given alias was created by a call to setCertificateEntry
, or
created by a call to setEntry
with a TrustedCertificateEntry
.
- engineIsKeyEntry(String) - Method in class java.security.KeyStoreSpi
-
Returns true if the entry identified by the given alias was created by a call to setKeyEntry
, or created
by a call to setEntry
with a PrivateKeyEntry
or a SecretKeyEntry
.
- engineLoad(InputStream, char[]) - Method in class java.security.KeyStoreSpi
-
Loads the keystore from the given input stream.
- engineReset() - Method in class java.security.MessageDigestSpi
-
Resets the digest for further use.
- engineSetCertificateEntry(String, Certificate) - Method in class java.security.KeyStoreSpi
-
Assigns the given certificate to the given alias.
- engineSetKeyEntry(String, byte[], Certificate[]) - Method in class java.security.KeyStoreSpi
-
Assigns the given key (that has already been protected) to the given alias.
- engineSetParameter(AlgorithmParameterSpec) - Method in class java.security.SignatureSpi
-
This method is overridden by providers to initialize this signature engine with the specified parameter set.
- engineSign() - Method in class java.security.SignatureSpi
-
Returns the signature bytes of all the data updated so far.
- engineSign(byte[], int, int) - Method in class java.security.SignatureSpi
-
Finishes this signature operation and stores the resulting signature bytes in the provided buffer outbuf
,
starting at offset
.
- engineSize() - Method in class java.security.KeyStoreSpi
-
Retrieves the number of entries in this keystore.
- engineUpdate(byte) - Method in class java.security.MessageDigestSpi
-
Updates the digest using the specified byte.
- engineUpdate(byte[], int, int) - Method in class java.security.MessageDigestSpi
-
Updates the digest using the specified array of bytes, starting at the specified offset.
- engineUpdate(byte) - Method in class java.security.SignatureSpi
-
Updates the data to be signed or verified using the specified byte.
- engineUpdate(byte[], int, int) - Method in class java.security.SignatureSpi
-
Updates the data to be signed or verified, using the specified array of bytes, starting at the specified offset.
- engineVerify(byte[]) - Method in class java.security.SignatureSpi
-
Verifies the passed-in signature.
- engineVerify(byte[], int, int) - Method in class java.security.SignatureSpi
-
Verifies the passed-in signature in the specified array of bytes, starting at the specified offset.
- enqueue() - Method in class java.lang.ref.Reference
-
Adds this reference object to the queue with which it is registered, if any.
- EnqueuedWeakReference<T> - Class in ej.bon
-
EnqueuedWeakReference are objects that are queued in an ReferenceQueue by the
system when the object they point at (see
Reference.get()
) is set to
null
by the
system.
- EnqueuedWeakReference(T, ReferenceQueue<? super T>) - Constructor for class ej.bon.EnqueuedWeakReference
-
Creates a new EnqueuedWeakReference
.
- ensureCapacity(int) - Method in class java.lang.StringBuffer
-
Ensures that the capacity is at least equal to the specified minimum.
- ensureCapacity(int) - Method in class java.lang.StringBuilder
-
Ensures that the capacity is at least equal to the specified minimum.
- ensureCapacity(int) - Method in class java.util.ArrayList
-
Increases the capacity of this ArrayList instance, if necessary, to ensure that it can
hold at least the number of elements specified by the minimum capacity argument.
- ensureCapacity(int) - Method in class java.util.Vector
-
Increases the capacity of this vector, if necessary, to ensure that it can hold at least the
number of components specified by the minimum capacity argument.
- entrySet() - Method in class java.util.AbstractMap
-
- entrySet() - Method in class java.util.HashMap
-
Returns a
Set
view of the mappings contained in this map.
- entrySet() - Method in class java.util.Hashtable
-
Returns a
Set
view of the mappings contained in this map.
- entrySet() - Method in interface java.util.Map
-
Returns a
Set
view of the mappings contained in this map.
- entrySet() - Method in class java.util.WeakHashMap
-
Returns a
Set
view of the mappings contained in this map.
- Enum<E extends Enum<E>> - Class in java.lang
-
This is the common base class of all Java language enumeration types.
- Enum(String, int) - Constructor for class java.lang.Enum
-
Sole constructor.
- enumerate(Thread[]) - Static method in class java.lang.Thread
-
Copies into the specified array every active thread.
- Enumeration<E> - Interface in java.util
-
An object that implements the Enumeration interface generates a series of elements, one at a
time.
- EOFException - Exception in java.io
-
Signals that an end of file or end of stream has been reached unexpectedly during input.
- EOFException() - Constructor for exception java.io.EOFException
-
Constructs an EOFException
with null
as its error detail message.
- EOFException(String) - Constructor for exception java.io.EOFException
-
Constructs an EOFException
with the specified detail message.
- equals(Object) - Method in class ej.basictool.map.AbstractPackedMap
-
Compares the specified object with this map for equality.
- equals(Object) - Method in class ej.property.PropertyPermission
-
- equals(Object) - Method in class ej.service.ServicePermission
-
- equals(Object) - Method in class ej.wadapps.application.ApplicationPermission
-
- equals(Object) - Method in class java.io.File
-
Tests this abstract pathname for equality with the given object.
- equals(Object) - Method in class java.io.FilePermission
-
Checks two FilePermission objects for equality.
- equals(Object) - Method in interface java.lang.annotation.Annotation
-
Returns true if the specified object represents an annotation that is logically equivalent to
this one.
- equals(Object) - Method in class java.lang.Boolean
-
Returns true
if and only if the argument is not null
and is a Boolean
object that represents the same boolean
value as this object.
- equals(Object) - Method in class java.lang.Byte
-
Compares this object to the specified object.
- equals(Object) - Method in class java.lang.Character
-
Compares this object against the specified object.
- equals(Object) - Method in class java.lang.Double
-
Compares this object against the specified object.
- equals(Object) - Method in class java.lang.Enum
-
Returns true if the specified object is equal to this enum constant.
- equals(Object) - Method in class java.lang.Float
-
Compares this object against the specified object.
- equals(Object) - Method in class java.lang.Integer
-
Compares this object to the specified object.
- equals(Object) - Method in class java.lang.Long
-
Compares this object to the specified object.
- equals(Object) - Method in class java.lang.Object
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class java.lang.Short
-
Compares this object to the specified object.
- equals(Object) - Method in class java.lang.StackTraceElement
-
Returns true if the specified object is another StackTraceElement
instance representing
the same execution point as this instance.
- equals(Object) - Method in class java.lang.String
-
Compares this string to the specified object.
- equals(Object) - Method in class java.security.BasicPermission
-
Checks two BasicPermission objects for equality.
- equals(Object) - Method in class java.security.cert.Certificate
-
Compares this certificate for equality with the specified object.
- equals(Object) - Method in class java.security.Permission
-
Checks two Permission objects for equality.
- equals(Object) - Method in interface java.security.Principal
-
Compares this principal to the specified object.
- equals(Object) - Method in class java.util.AbstractList
-
Compares the specified object with this list for equality.
- equals(Object) - Method in class java.util.AbstractMap
-
Compares the specified object with this map for equality.
- equals(Object) - Method in class java.util.AbstractMap.SimpleEntry
-
Compares the specified object with this entry for equality.
- equals(Object) - Method in class java.util.AbstractMap.SimpleImmutableEntry
-
- equals(Object) - Method in class java.util.AbstractSet
-
Compares the specified object with this set for equality.
- equals(Object) - Method in class java.util.Calendar
-
Compares this Calendar
to the specified Object
.
- equals(Object) - Method in interface java.util.Collection
-
Compares the specified object with this collection for equality.
- equals(Object) - Method in interface java.util.Comparator
-
Indicates whether some other object is "equal to" this comparator.
- equals(Object) - Method in class java.util.Date
-
Compares two dates for equality.
- equals(Object) - Method in class java.util.Hashtable
-
Compares the specified Object with this Map for equality, as per the definition in the Map
interface.
- equals(Object) - Method in interface java.util.List
-
Compares the specified object with this list for equality.
- equals(Object) - Method in interface java.util.Map.Entry
-
Compares the specified object with this entry for equality.
- equals(Object) - Method in interface java.util.Map
-
Compares the specified object with this map for equality.
- equals(Object) - Method in class java.util.PropertyPermission
-
Checks two PropertyPermission objects for equality.
- equals(Object) - Method in interface java.util.Set
-
Compares the specified object with this set for equality.
- equals(Object) - Method in class java.util.Vector
-
Compares the specified Object with this Vector for equality.
- equals(Object) - Method in class javax.crypto.spec.SecretKeySpec
-
Tests for equality between the specified object and this object.
- equals(Object) - Method in class javax.security.auth.x500.X500Principal
-
Compares the specified Object
with this X500Principal
for equality.
- equals(AlgorithmId) - Method in class sun.security.x509.AlgorithmId
-
Returns true iff the argument indicates the same algorithm with the same parameters.
- equals(Object) - Method in class sun.security.x509.AlgorithmId
-
Compares this AlgorithmID to another.
- equals(String) - Method in class sun.security.x509.AlgorithmId
-
Compares two algorithm IDs for equality.
- equalsIgnoreCase(String) - Method in class java.lang.String
-
Compares this String
to another String
, ignoring case considerations.
- ERA - Static variable in class java.util.Calendar
-
Field number for get
and set
indicating the era, e.g., AD or BC in the
Julian calendar.
- err - Static variable in class java.lang.System
-
The "standard" error output stream.
- Error - Error in java.lang
-
An Error
is a subclass of Throwable
that indicates serious problems that a
reasonable application should not try to catch.
- Error() - Constructor for error java.lang.Error
-
Constructs a new error with null
as its detail message.
- Error(String) - Constructor for error java.lang.Error
-
Constructs a new error with the specified detail message.
- Error(String, Throwable) - Constructor for error java.lang.Error
-
Constructs a new error with the specified detail message and cause.
- Error(Throwable) - Constructor for error java.lang.Error
-
Constructs a new error with the specified cause and a detail message of
(cause==null ? null : cause.toString())
(which typically contains the class and detail
message of cause
).
- EventListener - Interface in java.util
-
A tagging interface that all event listener interfaces must extend.
- EventObject - Class in java.util
-
The root class from which all event state objects shall be derived.
- EventObject(Object) - Constructor for class java.util.EventObject
-
Constructs a prototypical Event.
- Exception - Exception in java.lang
-
The class Exception
and its subclasses are a form of Throwable
that indicates
conditions that a reasonable application might want to catch.
- Exception() - Constructor for exception java.lang.Exception
-
Constructs a new exception with null
as its detail message.
- Exception(String) - Constructor for exception java.lang.Exception
-
Constructs a new exception with the specified detail message.
- Exception(String, Throwable) - Constructor for exception java.lang.Exception
-
Constructs a new exception with the specified detail message and cause.
- Exception(Throwable) - Constructor for exception java.lang.Exception
-
Constructs a new exception with the specified cause and a detail message of
(cause==null ? null : cause.toString()) (which typically contains the class and detail
message of cause).
- ExceptionInInitializerError - Error in java.lang
-
Signals that an unexpected exception has occurred in a static initializer.
- ExceptionInInitializerError() - Constructor for error java.lang.ExceptionInInitializerError
-
Constructs an ExceptionInInitializerError
with null
as its detail
message string and with no saved throwable object.
- ExceptionInInitializerError(String) - Constructor for error java.lang.ExceptionInInitializerError
-
Constructs an ExceptionInInitializerError with the specified detail message string.
- ExceptionInInitializerError(Throwable) - Constructor for error java.lang.ExceptionInInitializerError
-
- exists(String) - Method in interface ej.storage.Storage
-
Tests whether an entry exists for this ID.
- exists() - Method in class java.io.File
-
Tests whether the file or directory denoted by this abstract pathname exists.
- exit(int) - Method in class java.lang.Runtime
-
Terminates the currently running Java virtual machine by initiating its shutdown sequence.
- exit(int) - Static method in class java.lang.System
-
Terminates the currently running Java Virtual Machine.
- exp(double) - Static method in class java.lang.Math
-
Returns Euler's number e raised to the power of a double
value.
- expm1(double) - Static method in class java.lang.Math
-
Returns ex -1.