J avolution v5.3 (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 _

D

deactivate() - Method in class javolution.context.AllocatorContext
Deactivates the allocators belonging to this context for the current thread.
deactivate() - Method in class javolution.context.HeapContext
 
deactivate() - Method in class javolution.context.ImmortalContext
 
deactivate() - Method in class javolution.context.PoolContext
 
debug(CharSequence) - Static method in class javolution.context.LogContext
Logs the specified debug message if debug messages are logged.
debug(String) - Static method in class javolution.context.LogContext
Equivalent to LogContext.debug(CharSequence) (for J2ME compatibility).
debug(String, Object) - Static method in class javolution.context.LogContext
Equivalent to debug(message + obj} except formatting is done only if debug is logged.
debug(String, Object, String) - Static method in class javolution.context.LogContext
Equivalent to info(messagePart1 + obj + messagePart2} except formatting is done only if debug is logged.
debug(String, Object, String, Object) - Static method in class javolution.context.LogContext
Equivalent to debug(messagePart1 + obj + messagePart2 + obj2} except formatting is done only if debug is logged.
debug(String, Object, String, Object, String) - Static method in class javolution.context.LogContext
Equivalent to debug(messagePart1 + obj + messagePart2 + obj2 + messagePart3} except formatting is done only if debug is logged.
DEFAULT - Static variable in class javolution.context.AllocatorContext
Holds the default allocator context shared by all newly created threads (the default is a HeapContext instance).
DEFAULT - Static variable in class javolution.context.ConcurrentContext
Holds the default implementation.
DEFAULT - Static variable in class javolution.context.LogContext
Holds the logging context default implementation (configurable, default value LogContext.STANDARD).
DEFAULT - Static variable in class javolution.context.SecurityContext
Holds the default security context implementation (configurable).
DEFAULT - Static variable in class javolution.context.StackContext
Holds the default implementation.
DEFAULT - Static variable in class javolution.testing.TestContext
Holds the test context default implementation (the test report is sent to to System.out and test errors are sent to System.err).
DEFAULT - Static variable in class javolution.testing.TimeContext
Holds the time context default implementation (by default logs average and minimum execution time to System.out).
DEFAULT - Static variable in class javolution.util.FastComparator
Holds the default object comparator; rehash is performed if the system hash code (platform dependent) is not evenly distributed.
DEFAULT - Static variable in class javolution.xml.stream.XMLInputFactory
Holds the XMLInputFactory default implementation (configurable).
DEFAULT - Static variable in class javolution.xml.stream.XMLOutputFactory
Holds the XMLOutputFactory default implementation (configurable).
DefaultHandler - Class in javolution.xml.sax
Default base class for real-time handling of XML events.
DefaultHandler() - Constructor for class javolution.xml.sax.DefaultHandler
 
delete(int, int) - Method in class javolution.text.Text
Returns the text without the characters between the specified indexes.
delete(int, int) - Method in class javolution.text.TextBuilder
Removes the characters between the specified indices.
delete(FastCollection.Record) - Method in class javolution.util.FastBitSet
 
delete(FastCollection.Record) - Method in class javolution.util.FastCollection
Deletes the specified record from this collection.
delete(FastCollection.Record) - Method in class javolution.util.FastList
 
delete(FastCollection.Record) - Method in class javolution.util.FastSet
 
delete(FastCollection.Record) - Method in class javolution.util.FastTable
 
digitLength(int) - Static method in class javolution.lang.MathLib
Returns the number of digits in the minimal ten's-complement representation of the specified int, excluding a sign bit.
digitLength(long) - Static method in class javolution.lang.MathLib
Returns the number of digits in the minimal ten's-complement representation of the specified long, excluding a sign bit.
DIRECT - Static variable in class javolution.util.FastComparator
Holds the direct object comparator; no rehash is performed.
doAssert(boolean, CharSequence) - Method in class javolution.testing.JUnitContext
 
doAssert(boolean, CharSequence) - Method in class javolution.testing.TestContext
Asserts the specified value is true.
doCleanup() - Method in class javolution.context.ObjectFactory
Indicates if this factory requires cleanup.
doRun(TestSuite) - Method in class javolution.testing.JUnitContext
 
doRun(TestCase) - Method in class javolution.testing.JUnitContext
 
doRun(TestSuite) - Method in class javolution.testing.TestContext
Executes the specified test suite and logs the results.
doRun(TestCase) - Method in class javolution.testing.TestContext
Executes the specified test case and logs the results.
doRun(TestCase) - Method in class javolution.testing.TimeContext
Benchmarks the specified test case and logs the results.
DOUBLES_FACTORY - Static variable in class javolution.context.ArrayFactory
Holds factory for double arrays.
doubleValue() - Method in class javolution.util.Index
Returns the index value as int.
DTD - Static variable in interface javolution.xml.stream.XMLStreamConstants
Indicates an event is a DTD.

J avolution v5.3 (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 _
Copyright © 2005 - 2009 Javolution.