- D - Static variable in class propel.core.common.CONSTANT
-
The D letter
- d - Static variable in class propel.core.common.CONSTANT
-
The d letter
- DECIMAL_SEPARATOR - Static variable in class propel.core.utils.StringUtils
-
Current locale decimal separator symbol
- DECODE - Static variable in class propel.core.utils.Base64
-
Specify decoding in first bit.
- decode(byte[]) - Static method in class propel.core.utils.Base64
-
Low-level access to decoding ASCII characters in the form of a byte array.
- decode(byte[], int, int, int) - Static method in class propel.core.utils.Base64
-
Low-level access to decoding ASCII characters in the form of a byte array.
- decode(String) - Static method in class propel.core.utils.Base64
-
Decodes data from Base64 notation, automatically detecting gzip-compressed data and decompressing it.
- decode(String, int) - Static method in class propel.core.utils.Base64
-
Decodes data from Base64 notation, automatically detecting gzip-compressed data and decompressing it.
- decodeFileToFile(String, String) - Static method in class propel.core.utils.Base64
-
Reads infile and decodes it to outfile.
- decodeFromFile(String) - Static method in class propel.core.utils.Base64
-
Convenience method for reading a base64-encoded file and decoding it.
- decodeToFile(String, String) - Static method in class propel.core.utils.Base64
-
Convenience method for decoding data to a file.
- decodeToObject(String) - Static method in class propel.core.utils.Base64
-
Attempts to decode Base64 data and deserialize a Java Object within.
- decodeToObject(String, int, ClassLoader) - Static method in class propel.core.utils.Base64
-
Attempts to decode Base64 data and deserialize a Java Object within.
- deepClone(T[]) - Static method in class propel.core.utils.ArrayUtils
-
Clones the given array, by invoking clone on all non-null elements of the array.
- deepEqual(T[], T[]) - Static method in class propel.core.functional.predicates.Arrays
-
Predicate returning true when the function argument is deeply equal to another array
- DEFAULT_EXPIRATION_MILLIS - Static variable in class propel.core.collections.volatiles.KeyValueSessionStore
-
The default expiration time for session objects is 30 minutes.
- DEFAULT_EXPIRATION_MILLIS - Static variable in class propel.core.collections.volatiles.ValueSessionStore
-
The default expiration time for session objects is 30 minutes.
- DEFAULT_LIST_SIZE - Static variable in class propel.core.utils.Linq
-
The default list size to use for collecting results when the result size is unknown
- DEFAULT_MAX_VALUE - Static variable in class propel.core.counters.ModuloCounter
-
The default largest number that can be held by the counter
- DEFAULT_MIN_VALUE - Static variable in class propel.core.counters.ModuloCounter
-
The default smallest number that can be held by the counter
- DEFAULT_POLLING_MILLIS - Static variable in class propel.core.collections.volatiles.KeyValueSessionStore
-
The default polling interval to determine expired objects is 1 minute.
- DEFAULT_POLLING_MILLIS - Static variable in class propel.core.collections.volatiles.ValueSessionStore
-
The default polling interval to determine expired objects is 1 minute.
- DEFAULT_SIZE - Static variable in class propel.core.collections.buffers.CircularBuffer
-
The default size of the buffer, if none is specified.
- DEFAULT_SIZE - Static variable in class propel.core.collections.buffers.LRUBuffer
-
The default size of the buffer, if none is specified.
- DEFAULT_SIZE - Static variable in class propel.core.collections.lists.ReifiedArrayList
-
- defaultIfEmpty(Iterable<T>) - Static method in class propel.core.utils.Linq
-
Returns the sequence if at least one element exists in it, otherwise returns a collection consisting of a single element which has a
null value.
- defaultIfEmpty(T[]) - Static method in class propel.core.utils.Linq
-
Returns the sequence if at least one element exists in it, otherwise returns a collection consisting of a single element which has a
null value.
- delete(String, int, int) - Static method in class propel.core.utils.StringUtils
-
Deletes the specified range of characters from the string.
- deleteDirectory(File) - Static method in class propel.core.functional.projections.Files
-
Action that deletes a directory from an absolute file path.
- deleteDirectory(File) - Static method in class propel.core.utils.FileUtils
-
Deletes an empty directory, if it exists.
- deleteDirectory(String) - Static method in class propel.core.utils.FileUtils
-
Deletes an empty directory, if it exists.
- deleteDirectoryRecursive(File) - Static method in class propel.core.functional.projections.Files
-
Action that deletes a directory tree from an absolute file path.
- deleteDirectoryRecursive(File) - Static method in class propel.core.utils.FileUtils
-
Deletes a directory recursively (if there are contents they will be deleted).
- deleteDirectoryRecursive(String) - Static method in class propel.core.utils.FileUtils
-
Deletes a directory recursively (if there are contents they will be deleted).
- deleteFile(File) - Static method in class propel.core.functional.projections.Files
-
Action that deletes a file from an absolute file path.
- deleteFile(File) - Static method in class propel.core.utils.FileUtils
-
Deletes a file, if it exists.
- deleteFile(String) - Static method in class propel.core.utils.FileUtils
-
Deletes a file, if it exists.
- delimit(Iterable<T>, String) - Static method in class propel.core.utils.Linq
-
Concatenates the given values using their toString() method and appending the given delimiter between all values.
- delimit(Iterable<T>, String, String) - Static method in class propel.core.utils.Linq
-
Concatenates the given values using their ToString method and appending the given delimiter between all values.
- delimit(T[], String) - Static method in class propel.core.utils.Linq
-
Concatenates the given values using their toString() method and appending the given delimiter between all values.
- delimit(T[], String, String) - Static method in class propel.core.utils.Linq
-
Concatenates the given values using their ToString method and appending the given delimiter between all values.
- delimit(Iterable<String>, String) - Static method in class propel.core.utils.StringUtils
-
Concatenates the given values using their toString() method and appending the given delimiter between all values.
- delimit(Iterable<String>, String, String) - Static method in class propel.core.utils.StringUtils
-
Concatenates the given values using their toString() method and appending the given delimiter between all values.
- delimit(String[], String) - Static method in class propel.core.utils.StringUtils
-
Concatenates the given values using their toString() method and appending the given delimiter between all values.
- delimit(String[], String, String) - Static method in class propel.core.utils.StringUtils
-
Concatenates the given values using their toString() method and appending the given delimiter between all values.
- delimit(char[], String) - Static method in class propel.core.utils.StringUtils
-
Concatenates the given chars with the given delimiter between all values.
- detectLineSeparator(String) - Static method in class propel.core.utils.StringUtils
-
Returns CR, LF or CRLF, depending on the frequency of line separators found in the given text data.
- detectLineSeparator(String, float) - Static method in class propel.core.utils.StringUtils
-
Returns CR, LF or CRLF, depending on the frequency of line separators found in the given text data.
- difference(Set<? extends T>) - Method in class propel.core.collections.sets.AvlTreeSet
-
This operation removes from this set all items that are common between both sets.
- difference(Set<? extends T>) - Method in interface propel.core.collections.sets.ReifiedSet
-
This operation removes all items from this set, only keeping items that are not common between this set and the other set.
- difference(Set<? extends T>) - Method in class propel.core.collections.sets.SharedAvlTreeSet
-
This operation removes from this set all items that are common between both sets.
- DIRECTORY_SEPARATOR - Static variable in class propel.core.common.CONSTANT
-
An OS-specific file separator constant, similar to Path.DirectorySeparatorChar constant in .NET.
- DIRECTORY_SEPARATOR_CHAR - Static variable in class propel.core.common.CONSTANT
-
An OS-specific file separator constant, similar to Path.DirectorySeparatorChar constant in .NET.
- distinct(Iterable<T>) - Static method in class propel.core.utils.Linq
-
Returns distinct (i.e.
- distinct(T[]) - Static method in class propel.core.utils.Linq
-
Returns distinct (i.e.
- distinct(Iterable<T>, Comparator<? super T>) - Static method in class propel.core.utils.Linq
-
Returns distinct (i.e.
- distinct(T[], Comparator<? super T>) - Static method in class propel.core.utils.Linq
-
Returns distinct (i.e.
- DIVISION_SIGN - Static variable in class propel.core.common.CONSTANT
-
The division sign String "÷"
- DIVISION_SIGN_CHAR - Static variable in class propel.core.common.CONSTANT
-
The division sign char '÷'
- DO_BREAK_LINES - Static variable in class propel.core.utils.Base64
-
Do break lines when encoding.
- DOLLAR_SIGN - Static variable in class propel.core.common.CONSTANT
-
The dollar currency sign String "$"
- DOLLAR_SIGN_CHAR - Static variable in class propel.core.common.CONSTANT
-
The dollar currency sign char '$'
- DONT_GUNZIP - Static variable in class propel.core.utils.Base64
-
Specify that gzipped data should not be automatically gunzipped.
- DOT - Static variable in class propel.core.common.CONSTANT
-
The dot String "."
- DOT_CHAR - Static variable in class propel.core.common.CONSTANT
-
The dot char '.'
- DOUBLE_ANGLE_CLOSE - Static variable in class propel.core.common.CONSTANT
-
The double angle close String "»"
- DOUBLE_ANGLE_CLOSE_CHAR - Static variable in class propel.core.common.CONSTANT
-
The double angle close char '»'
- DOUBLE_ANGLE_OPEN - Static variable in class propel.core.common.CONSTANT
-
The double angle open String "«"
- DOUBLE_ANGLE_OPEN_CHAR - Static variable in class propel.core.common.CONSTANT
-
The double angle open char '«'
- DOUBLE_BACKSLASH - Static variable in class propel.core.common.CONSTANT
-
The double backlash String "\\"
- DOUBLE_COLON - Static variable in class propel.core.common.CONSTANT
-
The double colon String "::"
- DOUBLE_DOT - Static variable in class propel.core.common.CONSTANT
-
The double dot String ".."
- DOUBLE_FORWARDSLASH - Static variable in class propel.core.common.CONSTANT
-
The double forward slash String "//"
- DOUBLE_QUOTATION_MARK_CLOSE - Static variable in class propel.core.common.CONSTANT
-
The double quotation mark close String "”"
- DOUBLE_QUOTATION_MARK_CLOSE_CHAR - Static variable in class propel.core.common.CONSTANT
-
The double quotation mark close char '”'
- DOUBLE_QUOTATION_MARK_OPEN - Static variable in class propel.core.common.CONSTANT
-
The double quotation mark open String "“"
- DOUBLE_QUOTATION_MARK_OPEN_CHAR - Static variable in class propel.core.common.CONSTANT
-
The double quotation mark open char '“'
- DOUBLE_QUOTE - Static variable in class propel.core.common.CONSTANT
-
The double quote String "
- DOUBLE_QUOTE_CHAR - Static variable in class propel.core.common.CONSTANT
-
The double quote char '"'
- DOUBLE_WHITESPACE - Static variable in class propel.core.common.CONSTANT
-
The double whitespace String " "
- doubleValue() - Method in class propel.core.userTypes.Int128
- doubleValue() - Method in class propel.core.userTypes.SignedByte
- doubleValue() - Method in class propel.core.userTypes.UnsignedByte
- doubleValue() - Method in class propel.core.userTypes.UnsignedInteger
- doubleValue() - Method in class propel.core.userTypes.UnsignedLong
- doubleValue() - Method in class propel.core.userTypes.UnsignedShort