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
trueif the arguments are deeply equal to each other andfalseotherwise. - 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
Stringerimplementation that delegates toObjects.toString(Object). - DEFAULT_VALIDATOR - Static variable in class org.tquadrat.foundation.lang.value.ValueBase
-
The default validator.
- DefaultEnumStringConverter<T> - Class in org.tquadrat.foundation.lang.internal
-
The default implementation of
StringConverterfor types that are derived fromEnum. - DefaultEnumStringConverter(Class) - Constructor for class org.tquadrat.foundation.lang.internal.DefaultEnumStringConverter
-
Creates a new
EnumValueHandlerinstance. - DefaultMapStream<K,
V> - Class in org.tquadrat.foundation.stream.internal -
The default implementation for
MapStream. - DefaultMapStream(Stream) - Constructor for class org.tquadrat.foundation.stream.internal.DefaultMapStream
-
Creates a new
DefaultMapStreaminstance from the provided stream. - Dimension - Interface in org.tquadrat.foundation.lang.value
-
The implementations of this interface are used to give (numerical) values a dimension and a measuring unit.
- DimensionedValue<D> - Interface in org.tquadrat.foundation.lang.value
-
The definition for a value with a dimension.
- DimensionWithLinearConversion - Interface in org.tquadrat.foundation.lang.value
-
The implementations of this interface are used to give (numerical) values a dimension and a measuring unit.
- 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
- divide(Number) - Method in interface org.tquadrat.foundation.lang.value.DimensionedValue
-
Divides the value by a dimension-less value and returns the result without changing this instance.
- divide(String) - Method in interface org.tquadrat.foundation.lang.value.DimensionedValue
-
Divides the value by a dimension-less value and returns the result without changing this instance.
- divide(BigDecimal) - Method in interface org.tquadrat.foundation.lang.value.DimensionedValue
-
Divides the value by a dimension-less value and returns the result without changing this instance.
- 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) - Method in class org.tquadrat.foundation.stream.StreamAdapter
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
