Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
D
- DebugOutput - Class in org.tquadrat.foundation.lang
-
Some functions for DEBUG and TEST output to the console.
- DebugOutput() - Constructor for class org.tquadrat.foundation.lang.DebugOutput
-
No instance is allowed for this class!
- DECIMAL_SEPARATOR - Static variable in class org.tquadrat.foundation.lang.CommonConstants
-
The decimal separator for the current locale.
- deepEquals(Object, Object) - Static method in class org.tquadrat.foundation.lang.Objects
-
Returns
true
if the arguments are deeply equal to each other andfalse
otherwise. - DEFAULT_APPLICATION_ID - Static variable in class org.tquadrat.foundation.lang.CommonConstants
-
The default application id if nothing else could be used: "Default Program Main".
- DEFAULT_STRINGER - Static variable in interface org.tquadrat.foundation.lang.Stringer
-
A generic
Stringer
implementation that delegates toObjects.toString(Object)
. - DefaultEnumStringConverter<T> - Class in org.tquadrat.foundation.lang.internal
-
The default implementation of
StringConverter
for types that are derived fromEnum
.
The implementation ofDefaultEnumStringConverter.fromString(CharSequence)
provided here usesClass.getEnumConstants()
to find theenum
value: - DefaultEnumStringConverter(Class<T>) - Constructor for class org.tquadrat.foundation.lang.internal.DefaultEnumStringConverter
-
Creates a new
EnumValueHandler
instance. - DefaultMapStream<K,
V> - Class in org.tquadrat.foundation.stream.internal -
The default implementation for
MapStream
. - DefaultMapStream(Stream<Map.Entry<K, V>>) - Constructor for class org.tquadrat.foundation.stream.internal.DefaultMapStream
-
Creates a new
DefaultMapStream
instance from the provided stream. - distinct() - Method in class org.tquadrat.foundation.stream.internal.DefaultMapStream
- distinct() - Method in interface org.tquadrat.foundation.stream.MapStream
- distinct() - Method in class org.tquadrat.foundation.stream.StreamAdapter
- dropKeys() - Method in interface org.tquadrat.foundation.stream.MapStream
-
Returns a stream consisting only of the values of underlying map for this
MapStream
.
This is an intermediate operation. - dropValues() - Method in interface org.tquadrat.foundation.stream.MapStream
-
Returns a stream consisting only of the keys of underlying map for this
MapStream
.
This is an intermediate operation. - dropWhile(Predicate<? super T>) - Method in class org.tquadrat.foundation.stream.StreamAdapter
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form