- 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
-
- decrement() - Method in class javolution.util.concurrent.SynchronizedInt
-
Decrement the value.
- 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_INITIAL_CAPACITY - Static variable in class javolution.util.concurrent.ConcurrentHashMap
-
The default initial number of table slots for this table (32).
- DEFAULT_LOAD_FACTOR - Static variable in class javolution.util.concurrent.ConcurrentHashMap
-
The default load factor for this table (0.75)
Used when not otherwise specified in constructor.
- DefaultChannelCapacity - Class in javolution.util.concurrent
-
A utility class to set the default capacity of
BoundedChannel
implementations that otherwise require a capacity argument
- DefaultChannelCapacity() - Constructor for class javolution.util.concurrent.DefaultChannelCapacity
-
- 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.FastAbstractList
-
- 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.FastSharedCollection
-
- delete(FastCollection.Record) - Method in class javolution.util.internal.collection.FastUnmodifiableCollection
-
- delete(boolean) - Method in class javolution.util.primitive.FastBooleanArrayTable
-
Returns true if an element was deleted.
- delete(byte) - Method in class javolution.util.primitive.FastByteArrayTable
-
- delete(char) - Method in class javolution.util.primitive.FastCharArrayTable
-
- delete(double) - Method in class javolution.util.primitive.FastDoubleArrayTable
-
- delete(float) - Method in class javolution.util.primitive.FastFloatArrayTable
-
- delete(int) - Method in class javolution.util.primitive.FastIntArrayTable
-
- delete(long) - Method in class javolution.util.primitive.FastLongArrayTable
-
- delete(short) - Method in class javolution.util.primitive.FastShortArrayTable
-
- 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.FastComparator
-
Holds the direct object comparator; no rehash is performed.
- divide(int) - Method in class javolution.util.concurrent.SynchronizedInt
-
Divide value by factor (i.e., set value /= factor)
- 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.