- danishStemmer - Class in com.wantedtech.common.xpresso.token.stem.snowball.ext
-
This class was automatically generated by a Snowball to Java compiler
It implements the stemming algorithm defined by a snowball script.
- danishStemmer() - Constructor for class com.wantedtech.common.xpresso.token.stem.snowball.ext.danishStemmer
-
- DATE - Variable in class com.wantedtech.common.xpresso.regex.US_Regex
-
- dbHost - Variable in class com.wantedtech.common.xpresso.helpers.HappyMySQL
-
- dbName - Variable in class com.wantedtech.common.xpresso.helpers.HappyMySQL
-
- dct - Variable in class com.wantedtech.common.xpresso.json.JSONTreeParser.MembersContext
-
- dct - Variable in class com.wantedtech.common.xpresso.json.JSONTreeParser.PairContext
-
- decode(String) - Static method in class com.wantedtech.common.xpresso.strings.Unidecode
-
Transliterate an Unicode object into an ASCII string.
- decode(String, String) - Static method in class com.wantedtech.common.xpresso.strings.Unidecode
-
Transliterate an Unicode object into an ASCII string.
- DEFAULT_ESCAPE_CHARACTER - Static variable in class com.wantedtech.common.xpresso.csv.CSVParser
-
The default escape character to use if none is supplied to the
constructor.
- DEFAULT_ESCAPE_CHARACTER - Static variable in class com.wantedtech.common.xpresso.csv.CSVWriter
-
The character used for escaping quotes.
- DEFAULT_IGNORE_LEADING_WHITESPACE - Static variable in class com.wantedtech.common.xpresso.csv.CSVParser
-
The default leading whitespace behavior to use if none is supplied to the
constructor.
- DEFAULT_IGNORE_QUOTATIONS - Static variable in class com.wantedtech.common.xpresso.csv.CSVParser
-
If the quote character is set to null then there is no quote character.
- DEFAULT_KEEP_CR - Static variable in class com.wantedtech.common.xpresso.csv.CSVReader
-
- DEFAULT_LINE_END - Static variable in class com.wantedtech.common.xpresso.csv.CSVWriter
-
Default line terminator uses platform encoding.
- DEFAULT_NULL_FIELD_INDICATOR - Static variable in class com.wantedtech.common.xpresso.csv.CSVParser
-
Denotes what field contents will cause the parser to return null: EMPTY_SEPARATORS, EMPTY_QUOTES, BOTH, NEITHER (default)
- DEFAULT_QUOTE_CHARACTER - Static variable in class com.wantedtech.common.xpresso.csv.CSVParser
-
The default quote character to use if none is supplied to the
constructor.
- DEFAULT_QUOTE_CHARACTER - Static variable in class com.wantedtech.common.xpresso.csv.CSVWriter
-
The default quote character to use if none is supplied to the
constructor.
- DEFAULT_SEPARATOR - Static variable in class com.wantedtech.common.xpresso.csv.CSVParser
-
The default separator to use if none is supplied to the constructor.
- DEFAULT_SEPARATOR - Static variable in class com.wantedtech.common.xpresso.csv.CSVWriter
-
The default separator to use if none is supplied to the constructor.
- DEFAULT_SKIP_LINES - Static variable in class com.wantedtech.common.xpresso.csv.CSVReader
-
The default line to start reading.
- DEFAULT_STRICT_QUOTES - Static variable in class com.wantedtech.common.xpresso.csv.CSVParser
-
The default strict quote behavior to use if none is supplied to the
constructor.
- DEFAULT_VERIFY_READER - Static variable in class com.wantedtech.common.xpresso.csv.CSVReader
-
- DefaultDict<T> - Class in com.wantedtech.common.xpresso.types
-
- DefaultDict(Class<T>) - Constructor for class com.wantedtech.common.xpresso.types.DefaultDict
-
- DefaultDict(Class<T>) - Static method in class com.wantedtech.common.xpresso.x
-
Factory method that returns an new
DefaultDict
of type @param defaultType.
- dict<T> - Class in com.wantedtech.common.xpresso.types
-
- dict(Class<T>) - Constructor for class com.wantedtech.common.xpresso.types.dict
-
- dict(Map<String, T>) - Constructor for class com.wantedtech.common.xpresso.types.dict
-
- dict(Iterable<?>) - Constructor for class com.wantedtech.common.xpresso.types.dict
-
- dict(Iterable<String>, Class<T>) - Constructor for class com.wantedtech.common.xpresso.types.dict
-
- dict() - Constructor for class com.wantedtech.common.xpresso.types.dict
-
- dict() - Static method in class com.wantedtech.common.xpresso.x
-
Factory method that returns an new empty
dict
.
- dict(Iterable<tuple>) - Static method in class com.wantedtech.common.xpresso.x
-
Factory method that returns an new
dict
filled using the
values of the input
Iterable
of tuples.
- dict(tuple...) - Static method in class com.wantedtech.common.xpresso.x
-
Factory method that returns an new
dict
filled using the
values of the input array of tuples.
- dict(Map<String, T>) - Static method in class com.wantedtech.common.xpresso.x
-
Factory method that returns an new
dict
filled using the
values of the input
Map
<String,T>
.
- dict(dict<T>) - Static method in class com.wantedtech.common.xpresso.x
-
Factory method that returns an new
dict
filled using the
values of the input another
dict
.
- Diff(diff_match_patch.Operation, String) - Constructor for class com.wantedtech.common.xpresso.strings.diff_match_patch.Diff
-
Constructor.
- diff_cleanupEfficiency(LinkedList<diff_match_patch.Diff>) - Method in class com.wantedtech.common.xpresso.strings.diff_match_patch
-
Reduce the number of edits by eliminating operationally trivial equalities.
- diff_cleanupMerge(LinkedList<diff_match_patch.Diff>) - Method in class com.wantedtech.common.xpresso.strings.diff_match_patch
-
Reorder and merge like edit sections.
- diff_cleanupSemantic(LinkedList<diff_match_patch.Diff>) - Method in class com.wantedtech.common.xpresso.strings.diff_match_patch
-
Reduce the number of edits by eliminating semantically trivial equalities.
- diff_cleanupSemanticLossless(LinkedList<diff_match_patch.Diff>) - Method in class com.wantedtech.common.xpresso.strings.diff_match_patch
-
Look for single edits surrounded on both sides by equalities
which can be shifted sideways to align the edit to a word boundary.
- diff_commonPrefix(String, String) - Method in class com.wantedtech.common.xpresso.strings.diff_match_patch
-
Determine the common prefix of two strings
- diff_commonSuffix(String, String) - Method in class com.wantedtech.common.xpresso.strings.diff_match_patch
-
Determine the common suffix of two strings
- Diff_EditCost - Variable in class com.wantedtech.common.xpresso.strings.diff_match_patch
-
Cost of an empty edit operation in terms of edit characters.
- diff_fromDelta(String, String) - Method in class com.wantedtech.common.xpresso.strings.diff_match_patch
-
Given the original text1, and an encoded string which describes the
operations required to transform text1 into text2, compute the full diff.
- diff_levenshtein(LinkedList<diff_match_patch.Diff>) - Method in class com.wantedtech.common.xpresso.strings.diff_match_patch
-
Compute the Levenshtein distance; the number of inserted, deleted or
substituted characters.
- diff_main(String, String) - Method in class com.wantedtech.common.xpresso.strings.diff_match_patch
-
Find the differences between two texts.
- diff_main(String, String, boolean) - Method in class com.wantedtech.common.xpresso.strings.diff_match_patch
-
Find the differences between two texts.
- diff_match_patch - Class in com.wantedtech.common.xpresso.strings
-
Class containing the diff, match and patch methods.
- diff_match_patch() - Constructor for class com.wantedtech.common.xpresso.strings.diff_match_patch
-
- diff_match_patch.Diff - Class in com.wantedtech.common.xpresso.strings
-
Class representing one diff operation.
- diff_match_patch.Operation - Enum in com.wantedtech.common.xpresso.strings
-
The data structure representing a diff is a Linked list of Diff objects:
{Diff(Operation.DELETE, "Hello"), Diff(Operation.INSERT, "Goodbye"),
Diff(Operation.EQUAL, " world.")}
which means: delete "Hello", add "Goodbye" and keep " world."
- diff_match_patch.Patch - Class in com.wantedtech.common.xpresso.strings
-
Class representing one patch operation.
- diff_prettyHtml(LinkedList<diff_match_patch.Diff>) - Method in class com.wantedtech.common.xpresso.strings.diff_match_patch
-
Convert a Diff list into a pretty HTML report.
- diff_text1(LinkedList<diff_match_patch.Diff>) - Method in class com.wantedtech.common.xpresso.strings.diff_match_patch
-
Compute and return the source text (all equalities and deletions).
- diff_text2(LinkedList<diff_match_patch.Diff>) - Method in class com.wantedtech.common.xpresso.strings.diff_match_patch
-
Compute and return the destination text (all equalities and insertions).
- Diff_Timeout - Variable in class com.wantedtech.common.xpresso.strings.diff_match_patch
-
Number of seconds to map a diff before giving up (0 for infinity).
- diff_toDelta(LinkedList<diff_match_patch.Diff>) - Method in class com.wantedtech.common.xpresso.strings.diff_match_patch
-
Crush the diff into an encoded string which describes the operations
required to transform text1 into text2.
- diff_xIndex(LinkedList<diff_match_patch.Diff>, int) - Method in class com.wantedtech.common.xpresso.strings.diff_match_patch
-
loc is a location in text1, compute and return the equivalent location in
text2.
- difference(set<T>) - Method in class com.wantedtech.common.xpresso.types.set
-
- difference(Set<T>) - Method in class com.wantedtech.common.xpresso.types.set
-
- difference(T...) - Method in class com.wantedtech.common.xpresso.types.set
-
- diffs - Variable in class com.wantedtech.common.xpresso.strings.diff_match_patch.Patch
-
- diviseBy(Value) - Method in class com.wantedtech.common.xpresso.functional.lambda.Value
-
- doNothing - Static variable in class com.wantedtech.common.xpresso.x
-
A
Function
that takes any object as input and returns the same object.
- DONT_CAPITALIZE_TIMEX - Static variable in class com.wantedtech.common.xpresso.en.text.Americanize
-
- dumps(Object) - Static method in class com.wantedtech.common.xpresso.json.Json
-
Encode an object into JSON text and returns the generated String.
- dumpsList(Iterable<T>) - Static method in class com.wantedtech.common.xpresso.json.Json
-
Encode a list into JSON text and return the String
with encoded object.
- dumpsList(tuple) - Static method in class com.wantedtech.common.xpresso.json.Json
-
- dumpsList(byte[]) - Static method in class com.wantedtech.common.xpresso.json.Json
-
- dumpsList(short[]) - Static method in class com.wantedtech.common.xpresso.json.Json
-
- dumpsList(int[]) - Static method in class com.wantedtech.common.xpresso.json.Json
-
- dumpsList(long[]) - Static method in class com.wantedtech.common.xpresso.json.Json
-
- dumpsList(float[]) - Static method in class com.wantedtech.common.xpresso.json.Json
-
- dumpsList(double[]) - Static method in class com.wantedtech.common.xpresso.json.Json
-
- dumpsList(boolean[]) - Static method in class com.wantedtech.common.xpresso.json.Json
-
- dumpsList(char[]) - Static method in class com.wantedtech.common.xpresso.json.Json
-
- dumpsList(Object[]) - Static method in class com.wantedtech.common.xpresso.json.Json
-
- dumpsMap(Map<?, ?>) - Static method in class com.wantedtech.common.xpresso.json.Json
-
Encode a map into JSON text
- dutchStemmer - Class in com.wantedtech.common.xpresso.token.stem.snowball.ext
-
This class was automatically generated by a Snowball to Java compiler
It implements the stemming algorithm defined by a snowball script.
- dutchStemmer() - Constructor for class com.wantedtech.common.xpresso.token.stem.snowball.ext.dutchStemmer
-