- 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(Object) - Static method in class javolution.context.LogContext
-
- debug(Object...) - Static method in class javolution.context.LogContext
-
- 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.internal.FastComparator
-
Holds the default object comparator; rehash is performed if the
system hash code (platform dependent) is not evenly distributed.
- 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
-
- delete(FastCollection.Record) - Method in class javolution.util.internal.collection.SharedCollectionImpl
-
- delete(FastCollection.Record) - Method in class javolution.util.internal.collection.UnmodifiableCollectionImpl
-
- delete(FastCollection.Record) - Method in class javolution.util.MutableList
-
- digitLength(int) - Static method in class javolution.lang.MathLib
-
Returns the number of digits of the decimal representation of the
specified int
value, excluding the sign character if any.
- digitLength(long) - Static method in class javolution.lang.MathLib
-
Returns the number of digits of the decimal representation of the
the specified long
, excluding the sign character if any.
- DIRECT - Static variable in class javolution.util.internal.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.
- DocumentHandler - Interface in org.xml.sax
-
Receive notification of general document events.
- 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.
- DTDHandler - Interface in org.xml.sax
-
Receive notification of basic DTD-related events.