Index

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

D

DateLongStringConverter - Class in org.tquadrat.foundation.util.stringconverter
An implementation for the interface StringConverter for Date.
DateLongStringConverter() - Constructor for class org.tquadrat.foundation.util.stringconverter.DateLongStringConverter
Creates a new instance of DateLongStringConverter.
DateTimeUtils - Class in org.tquadrat.foundation.util
Additional helpers for the work with date/time values.
DateTimeUtils() - Constructor for class org.tquadrat.foundation.util.DateTimeUtils
No instance allowed for this class!
DayOfWeekStringConverter - Class in org.tquadrat.foundation.util.stringconverter
An implementation of EnumStringConverter for Month values.
DayOfWeekStringConverter() - Constructor for class org.tquadrat.foundation.util.stringconverter.DayOfWeekStringConverter
Creates a new MonthStringConverter instance.
decapitalize(CharSequence) - Static method in class org.tquadrat.foundation.util.StringUtils
Changes the first letter of the given String tolower case as per Character.toLowerCase(char).
decode(byte[]) - Method in class org.tquadrat.foundation.util.Base32.Decoder
Decodes an array of Base 32 symbols.
decode(String) - Method in class org.tquadrat.foundation.util.Base32.Decoder
Decodes a Base 32 string.
Decoder() - Constructor for class org.tquadrat.foundation.util.Base32.Decoder
Creates a new instance of Base32.Decoder.
decodeToNumber(byte[]) - Method in class org.tquadrat.foundation.util.Base32.Decoder
Decodes an array of Base 32 symbols to a number.
decodeToNumber(String) - Method in class org.tquadrat.foundation.util.Base32.Decoder
Decodes a Base  string to a number.
decodeToString(byte[]) - Method in class org.tquadrat.foundation.util.Base32.Decoder
Decodes an array of Base 32 symbols to a String.
decodeToString(String) - Method in class org.tquadrat.foundation.util.Base32.Decoder
Decodes a Base  string to a String.
DEFAULT_BUFFER_SIZE - Static variable in class org.tquadrat.foundation.util.IOUtils
Some methods in this class need a buffer; the size of this buffer is defined here: 8192.
DEFAULT_FILESYSTEM_IS_POSIX_COMPLIANT - Static variable in class org.tquadrat.foundation.util.IOUtils
The flag that indicates if the default file systems is POSIX compliant.
deleteFolder(File) - Static method in class org.tquadrat.foundation.util.IOUtils
Deletes the folder (or file) that is determined by the given File. instance.
deleteFolder(Path) - Static method in class org.tquadrat.foundation.util.IOUtils
Deletes the folder (or file) that is determined by the given Path instance.
determineCheckSum(File, String) - Static method in class org.tquadrat.foundation.util.IOUtils
Calculates the check sum for the given file, using the algorithm with the given name.
determineCheckSum(File, MessageDigest) - Static method in class org.tquadrat.foundation.util.IOUtils
Calculates the check sum for the given file, using the provided MessageDigest.
determineCheckSum(File, Checksum) - Static method in class org.tquadrat.foundation.util.IOUtils
Calculates the check sum for the given file, using provided check sum algorithm implementation.
determineCheckSum(Path, String) - Static method in class org.tquadrat.foundation.util.IOUtils
Calculates the check sum for the given file, using the algorithm with the given name.
determineCheckSum(Path, MessageDigest) - Static method in class org.tquadrat.foundation.util.IOUtils
Calculates the check sum for the given file, using the provided MessageDigest.
determineCheckSum(Path, Checksum) - Static method in class org.tquadrat.foundation.util.IOUtils
Calculates the check sum for the given file, using provided check sum algorithm implementation.
determineIPAddress() - Static method in class org.tquadrat.foundation.util.SystemUtils
Determines an IP address of the machine this program is running on.
determineIPAddresses() - Static method in class org.tquadrat.foundation.util.SystemUtils
Determines all the IP addresses of the machine this program is running on.
determineOperatingSystem() - Static method in class org.tquadrat.foundation.util.SystemUtils
Determines the operating system.
determineOutboundIPAddresses() - Static method in class org.tquadrat.foundation.util.SystemUtils
Determines those IP addresses of the machine this program is running on that are used to communicate with the outside world.
DHM_PRIME - Static variable in class org.tquadrat.foundation.util.SecurityUtils
A recommended prime for the Diffie-Hellman-Merkle key exchange scheme.
DHM_PRIME_MOD - Static variable in class org.tquadrat.foundation.util.SecurityUtils
A recommended prime modulus (primitive root) for the Diffie-Hellman-Merkle key exchange scheme.
DoubleStringConverter - Class in org.tquadrat.foundation.util.stringconverter
The implementation of NumberStringConverter Double.

The double literals are expected in the format as they are emitted by Double.toString(double); in particular, it expects decimal points instead of decimal commas for each locale.
DoubleStringConverter() - Constructor for class org.tquadrat.foundation.util.stringconverter.DoubleStringConverter
Creates a new instance of DoubleStringConverter.
doUnescape(Appendable, CharSequence, int) - Method in class org.tquadrat.foundation.util.internal.Entities
Underlying unescape method that allows the optimisation of not starting from the 0 index again.
DurationStringConverter - Class in org.tquadrat.foundation.util.stringconverter
An implementation of StringConverter for Duration values.

While the method toString(Duration) simply uses Duration.toString(), the method DurationStringConverter.fromString(CharSequence) uses Duration.parse(CharSequence) to create the Duration instance for the given value.
DurationStringConverter() - Constructor for class org.tquadrat.foundation.util.stringconverter.DurationStringConverter
Creates a new instance of DurationStringConverter.
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form