Skip navigation links
J avolution Backport v5.6.9 (J2SE 1.5+)
A B C D E F G H I J K L M N O P Q R S T U V W X Z 

E

E - Static variable in class javolution.lang.MathLib
The natural logarithm.
EMPTY - Static variable in class javolution.text.CharSet
Represents an empty character set.
EMPTY - Static variable in class javolution.text.Text
Holds an empty character sequence.
END_DOCUMENT - Static variable in interface javolution.xml.stream.XMLStreamConstants
Indicates an event is an end document.
END_ELEMENT - Static variable in interface javolution.xml.stream.XMLStreamConstants
Indicates an event is an end element.
endDocument() - Method in interface javolution.xml.sax.ContentHandler
Receives notification of the end of a document.
endDocument() - Method in class javolution.xml.sax.DefaultHandler
 
endDocument() - Method in interface org.xml.sax.ContentHandler
Receive notification of the end of a document.
endDocument() - Method in interface org.xml.sax.DocumentHandler
Receive notification of the end of a document.
endDocument() - Method in class org.xml.sax.HandlerBase
Deprecated.
Receive notification of the end of the document.
endElement(CharArray, CharArray, CharArray) - Method in interface javolution.xml.sax.ContentHandler
Receives notification of the end of an element.
endElement(CharArray, CharArray, CharArray) - Method in class javolution.xml.sax.DefaultHandler
 
endElement(String, String, String) - Method in interface org.xml.sax.ContentHandler
Receive notification of the end of an element.
endElement(String) - Method in interface org.xml.sax.DocumentHandler
Receive notification of the end of an element.
endElement(String) - Method in class org.xml.sax.HandlerBase
Deprecated.
Receive notification of the end of an element.
endPrefixMapping(CharArray) - Method in interface javolution.xml.sax.ContentHandler
Ends the scope of a prefix-URI mapping.
endPrefixMapping(CharArray) - Method in class javolution.xml.sax.DefaultHandler
 
endPrefixMapping(String) - Method in interface org.xml.sax.ContentHandler
End the scope of a prefix-URI mapping.
endsWith(CharSequence) - Method in class javolution.text.Text
Indicates if this text ends with the specified suffix.
enter() - Static method in class javolution.context.ConcurrentContext
Enters a concurrent context (instance of ConcurrentContext.DEFAULT).
enter(boolean) - Static method in class javolution.context.ConcurrentContext
Enters a concurrent context only if the specified condition is verified.
enter(Context) - Static method in class javolution.context.Context
Enters the specified context.
enter(Class<? extends Context>) - Static method in class javolution.context.Context
Enters a context of specified type, this context is factory produced and automatically recycled upon exit.
enter() - Static method in class javolution.context.HeapContext
Enters a heap context.
enter() - Static method in class javolution.context.ImmortalContext
Enters an immortal memory context.
enter() - Static method in class javolution.context.LocalContext
Enters a LocalContext possibly recycled.
enter() - Static method in class javolution.context.PoolContext
Enters a pool context.
enter() - Static method in class javolution.context.StackContext
Enters the StackContext.DEFAULT stack context.
enter(boolean) - Static method in class javolution.context.StackContext
Enters a stack context only if the specified condition is verified.
enter() - Static method in class javolution.testing.JUnitContext
Enters a JUnit test context.
enter() - Static method in class javolution.testing.TestContext
Enters the TestContext.DEFAULT test context.
enter() - Static method in class javolution.testing.TimeContext
Enters the TimeContext.DEFAULT time context.
enterAction() - Method in class javolution.context.Context
The action to be performed after this context becomes the current context.
enterAction() - Method in class javolution.context.HeapContext
 
enterAction() - Method in class javolution.context.ImmortalContext
 
enterAction() - Method in class javolution.context.LocalContext
 
enterAction() - Method in class javolution.context.LogContext
 
enterAction() - Method in class javolution.context.PersistentContext
Throws UnsupportedOperationException persistent context are global to all threads (singleton).
enterAction() - Method in class javolution.context.PoolContext
 
enterAction() - Method in class javolution.context.SecurityContext
 
entering(String, String) - Static method in class javolution.util.StandardLog
Log a method entry.
ENTITIES - Static variable in class javolution.xml.stream.XMLInputFactory
Property used to specify additional entities to be recognized by the readers (type: java.util.Map, default: null).
ENTITY_DECLARATION - Static variable in interface javolution.xml.stream.XMLStreamConstants
Indicates a Entity Declaration.
ENTITY_REFERENCE - Static variable in interface javolution.xml.stream.XMLStreamConstants
Indicates an event is an entity reference.
EntityResolver - Interface in org.xml.sax
Basic interface for resolving entities.
Entry() - Constructor for class javolution.util.FastMap.Entry
Default constructor.
entrySet() - Method in class javolution.util.FastMap
Returns a FastCollection view of the mappings contained in this map.
entrySet() - Method in class javolution.util.LocalMap
Returns a FastCollection view of the mappings contained in this map.
Enum16(Enum[]) - Constructor for class javolution.io.Struct.Enum16
 
Enum16(Enum[], int) - Constructor for class javolution.io.Struct.Enum16
 
Enum32(Enum[]) - Constructor for class javolution.io.Struct.Enum32
 
Enum32(Enum[], int) - Constructor for class javolution.io.Struct.Enum32
 
Enum64(Enum[]) - Constructor for class javolution.io.Struct.Enum64
 
Enum64(Enum[], int) - Constructor for class javolution.io.Struct.Enum64
 
Enum8(Enum[]) - Constructor for class javolution.io.Struct.Enum8
 
Enum8(Enum[], int) - Constructor for class javolution.io.Struct.Enum8
 
ENVELOPE_PREFIX - Static variable in class javolution.xml.ws.WebServiceClient
Holds standard SOAP envelope prefix.
ENVELOPE_URI - Static variable in class javolution.xml.ws.WebServiceClient
Holds standard SOAP envelope namespace.
equals(Object) - Method in class javolution.text.CharArray
Compares this character sequence against the specified object (String or CharSequence).
equals(CharArray) - Method in class javolution.text.CharArray
Compares this character array against the specified CharArray.
equals(String) - Method in class javolution.text.CharArray
Compares this character array against the specified String.
equals(Object) - Method in class javolution.text.Cursor
Indicates if this cursor is equals to the specified object.
equals(Object) - Method in class javolution.text.Text
Compares this text against the specified object for equality.
equals(Object) - Method in class javolution.text.TextBuilder
Compares this text builder against the specified object for equality.
equals(Object) - Method in class javolution.util.FastBitSet
 
equals(Object) - Method in class javolution.util.FastCollection
Compares the specified object with this collection for equality.
equals(Object) - Method in class javolution.util.FastMap.Entry
Indicates if this entry is considered equals to the specified entry (using default value and key equality comparator to ensure symetry).
equals(Object) - Method in class javolution.util.FastMap
Compares the specified object with this map for equality.
equals(Object) - Method in class javolution.util.Index
Indicates if this index is equals to the one specified (unicity ensures that this method is equivalent to ==).
equals(Object) - Method in class javolution.xml.QName
Instances of this class are unique; object's equality can be replaced object identity (==).
error(Throwable) - Static method in class javolution.context.LogContext
Logs the specified error to the current logging context.
error(Throwable, CharSequence) - Static method in class javolution.context.LogContext
Logs the specified error and error message to the current logging context.
error(Throwable, Object) - Static method in class javolution.context.LogContext
Equivalent to LogContext.error(Throwable, CharSequence) except that formatting is done only if error is logged.
error(Throwable, Object...) - Static method in class javolution.context.LogContext
Equivalent to LogContext.error(Throwable, CharSequence) except that formatting is done only if error is logged.
error(CharSequence) - Static method in class javolution.context.LogContext
Logs the specified error message to the current logging context.
error(Object) - Static method in class javolution.context.LogContext
Equivalent to LogContext.error(CharSequence) except that formatting is done only if error is logged.
error(Object...) - Static method in class javolution.context.LogContext
Equivalent to LogContext.error(CharSequence) except that formatting is done only if error is logged.
error(SAXParseException) - Method in class javolution.xml.sax.DefaultHandler
Receives notification of recoverable parser error.
error(SAXParseException) - Method in interface org.xml.sax.ErrorHandler
Receive notification of a recoverable error.
error(SAXParseException) - Method in class org.xml.sax.HandlerBase
Deprecated.
Receive notification of a recoverable parser error.
ErrorHandler - Interface in org.xml.sax
Basic interface for SAX error handlers.
execute(Runnable) - Static method in class javolution.context.ConcurrentContext
Executes the specified logic by a concurrent thread if one available; otherwise the logic is executed by the current thread.
execute(Runnable...) - Static method in class javolution.context.ConcurrentContext
Executes the specified logics concurrently.
execute() - Method in class javolution.testing.TestCase
Executes this test case (possibly multiple times in which case the TestCase.count() method should be overriden).
executeAction(Runnable) - Method in class javolution.context.ConcurrentContext
Executes the specified logic concurrently if possible.
executeInArea(Runnable) - Method in class javax.realtime.MemoryArea
 
exit() - Static method in class javolution.context.ConcurrentContext
Exits the current concurrent context.
exit(boolean) - Static method in class javolution.context.ConcurrentContext
Exits a concurrent context only if the specified condition is verified.
exit(Context) - Static method in class javolution.context.Context
Exits the specified context.
exit(Class<? extends Context>) - Static method in class javolution.context.Context
Exits the current context (the outer context becomes the current context).
exit() - Static method in class javolution.context.HeapContext
Exits the current heap context.
exit() - Static method in class javolution.context.ImmortalContext
Exits the current immortal memory context.
exit() - Static method in class javolution.context.LocalContext
Exits the current local context.
exit() - Static method in class javolution.context.PoolContext
Exits the current pool context.
exit() - Static method in class javolution.context.StackContext
Exits the current stack context.
exit(boolean) - Static method in class javolution.context.StackContext
Exits a stack context only if the specified condition is verified.
exit() - Static method in class javolution.testing.JUnitContext
Exits the current JUnit test context.
exit() - Static method in class javolution.testing.TestContext
Exits the current test context.
exit() - Static method in class javolution.testing.TimeContext
Exits the current time context.
exitAction() - Method in class javolution.context.Context
The action to be performed before this context is no more the current context.
exitAction() - Method in class javolution.context.HeapContext
 
exitAction() - Method in class javolution.context.ImmortalContext
 
exitAction() - Method in class javolution.context.LocalContext
 
exitAction() - Method in class javolution.context.LogContext
 
exitAction() - Method in class javolution.context.PersistentContext
Throws UnsupportedOperationException persistent context are global to all threads (singleton).
exitAction() - Method in class javolution.context.PoolContext
 
exitAction() - Method in class javolution.context.SecurityContext
 
exiting(String, String) - Static method in class javolution.util.StandardLog
Log a method return.
exp(double) - Static method in class javolution.lang.MathLib
Returns e raised to the specified power.
A B C D E F G H I J K L M N O P Q R S T U V W X Z 
Skip navigation links
J avolution Backport v5.6.9 (J2SE 1.5+)

Copyright © 2005 - 2007 Javolution.