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

E

ENGLISH - Static variable in class java.util.Locale
Useful constant for language.
EOFException - exception java.io.EOFException.
This End Of File (EOF) exception is thrown when a program encounters the end of a file or stream during an operation.
EOFException() - Constructor for class java.io.EOFException
Constructs a new instance of this class with its walkback filled in.
EOFException(String) - Constructor for class java.io.EOFException
Constructs a new instance of this class with its walkback and message filled in.
EmptyStackException - exception java.util.EmptyStackException.
Runtime exception which is thrown when pop/peek method of stack is executed on a stack which is empty
EmptyStackException() - Constructor for class java.util.EmptyStackException
Constructs a new instance of this class with its walkback filled in.
Enumeration - interface java.util.Enumeration.
An Enumeration is used to sequence over a collection of objects.
Error - error java.lang.Error.
This class is the superclass of all classes which represent unrecoverable errors.
Error() - Constructor for class java.lang.Error
Constructs a new instance of this class with its walkback filled in.
Error(String) - Constructor for class java.lang.Error
Constructs a new instance of this class with its walkback and message filled in.
Error(String, Throwable) - Constructor for class java.lang.Error
Constructs a new instance of this class with its walkback, message and cause filled in.
Error(Throwable) - Constructor for class java.lang.Error
Constructs a new instance of this class with its walkback and cause filled in.
EventListener - interface java.util.EventListener.
EventListener is the superclass of all event listener interfaces.
EventListenerProxy - class java.util.EventListenerProxy.
This abstract class provides a simple wrapper to types of EventListener.
EventListenerProxy(EventListener) - Constructor for class java.util.EventListenerProxy
 
EventObject - class java.util.EventObject.
EventObjects represent events.
EventObject(Object) - Constructor for class java.util.EventObject
Constructs a new instance of this class.
Exception - exception java.lang.Exception.
This class is the superclass of all classes which represent recoverable exceptions.
Exception() - Constructor for class java.lang.Exception
Constructs a new instance of this class with its walkback filled in.
Exception(String) - Constructor for class java.lang.Exception
Constructs a new instance of this class with its walkback and message filled in.
Exception(String, Throwable) - Constructor for class java.lang.Exception
Constructs a new instance of this class with its walkback, message and cause filled in.
Exception(Throwable) - Constructor for class java.lang.Exception
Constructs a new instance of this class with its walkback and cause filled in.
ExceptionInInitializerError - error java.lang.ExceptionInInitializerError.
This error is thrown when an exception occurs during class initialization.
ExceptionInInitializerError() - Constructor for class java.lang.ExceptionInInitializerError
Constructs a new instance of this class with its walkback filled in.
ExceptionInInitializerError(String) - Constructor for class java.lang.ExceptionInInitializerError
Constructs a new instance of this class with its walkback and message filled in.
ExceptionInInitializerError(Throwable) - Constructor for class java.lang.ExceptionInInitializerError
Constructs a new instance of this class with its walkback and exception filled in.
elementAt(int) - Method in class java.util.Vector
Returns the component at the specified index.
elements() - Method in class java.util.Dictionary
Answers an Enumeration on the elements of 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.
empty() - Method in class java.util.Stack
Tests if this stack is empty.
ensureCapacity(int) - Method in class java.lang.StringBuffer
Ensures that the capacity of the buffer 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
Returns a set view of the mappings contained in this map.
entrySet() - Method in class java.util.HashMap
Returns a collection view of the mappings contained in this map.
entrySet() - Method in class java.util.Hashtable
Returns a Set view of the entries contained in this Hashtable.
entrySet() - Method in interface java.util.Map
Returns a Set whose elements comprise all of the mappings that are to be found in this Map.
eof - Variable in class java.io.OptionalDataException
If true it means there is no more primitive data available.
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.reflect.Constructor
Compares this Constructor against the specified object.
equals(Object) - Method in class java.lang.reflect.Field
Compares this Field against the specified object.
equals(Object) - Method in class java.lang.reflect.Method
Compares this Method against 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.AbstractSet
Compares the specified object with this set for equality.
equals(Object) - Method in interface java.util.Collection
Compares the argument to the receiver, and answers true if they represent the same object using a class specific comparison.
equals(Object) - Method in interface java.util.Comparator
Compares the argument to the receiver, and answers true if they represent the same object using a class specific comparison.
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 argument to the receiver, and answers true if they represent the same object using a class specific comparison.
equals(Object) - Method in class java.util.Locale
Returns true if this Locale is equal to another object.
equals(Object) - Method in interface java.util.Map.Entry
Compares the specified object to this Map.Entry and answer if they are equal.
equals(Object) - Method in interface java.util.Map
Compares the argument to the receiver, and answers true if they represent the same object using a class specific comparison.
equals(Object) - Method in interface java.util.Set
Compares the argument to the receiver, and answers true if they represent the same object using a class specific comparison.
equals(Object) - Method in class java.util.Vector
Compares the specified Object with this Vector for equality.

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