- CA - Variable in class com.wantedtech.common.xpresso.regex.RegexStatic
-
- CA_Regex - Class in com.wantedtech.common.xpresso.regex
-
- CA_Regex() - Constructor for class com.wantedtech.common.xpresso.regex.CA_Regex
-
- capitalize() - Method in class com.wantedtech.common.xpresso.strings.HappyString
-
- capitalize(String) - Method in class com.wantedtech.common.xpresso.strings.HappyStringStatic
-
- capitalize() - Method in class com.wantedtech.common.xpresso.types.str
-
- capitalized - Variable in class com.wantedtech.common.xpresso.strings.HappyStringStatic
-
- CASE_INSENSITIVE - Variable in class com.wantedtech.common.xpresso.regex.RegexStatic
-
- ce30 - Variable in class com.wantedtech.common.xpresso.functional.lambda.Lambda2Parser.BooleanExpressionBContext
-
- ce30 - Variable in class com.wantedtech.common.xpresso.functional.lambda.LambdaParser.BooleanExpressionBContext
-
- chain(Function<Object, ?>...) - Static method in class com.wantedtech.common.xpresso.x
-
Chains functions in the following way: f2(f1(f0(x)))
where x
is the input
of the chained function and f0, f1, ...
- chain(Iterable<T>, Iterable<T>, Iterable<T>...) - Static method in class com.wantedtech.common.xpresso.x
-
Returns an Iterable
that chains input iterables
of the chained function and f0, f1, ...
- chain(String, String, String...) - Static method in class com.wantedtech.common.xpresso.x
-
Returns an Iterable
that iterates over the characters of
the sequence of input strings, starting from the first character of the string0
- Channel<T> - Class in com.wantedtech.common.xpresso.experimental.concurrency
-
- Channel(Class<T>) - Constructor for class com.wantedtech.common.xpresso.experimental.concurrency.Channel
-
- Channel(Class<T>, int) - Constructor for class com.wantedtech.common.xpresso.experimental.concurrency.Channel
-
- Channel(Class<T>) - Static method in class com.wantedtech.common.xpresso.x
-
Creates a new unbuffered (synchronous) channel of the given type.
- Channel(Class<T>, int) - Static method in class com.wantedtech.common.xpresso.x
-
Creates a new buffered (asynchronous) channel.
- charAt(int) - Method in class com.wantedtech.common.xpresso.strings.HappyString
-
Returns the char
value at the
specified index.
- checkError() - Method in class com.wantedtech.common.xpresso.csv.CSVWriter
-
Checks to see if the there has been an error in the printstream.
- ChinkRule - Class in com.wantedtech.common.xpresso.en.sentence.chunker
-
"""
A rule specifying how to remove chinks to a ``ChunkString``,
using a matching tag pattern.
- ChinkRule(String, String) - Constructor for class com.wantedtech.common.xpresso.en.sentence.chunker.ChinkRule
-
- ChunkerStatic - Class in com.wantedtech.common.xpresso.en.sentence.chunker
-
- ChunkerStatic() - Constructor for class com.wantedtech.common.xpresso.en.sentence.chunker.ChunkerStatic
-
- ChunkRule - Class in com.wantedtech.common.xpresso.en.sentence.chunker
-
"""
A rule specifying how to remove chinks to a ``ChunkString``,
using a matching tag pattern.
- ChunkRule(String, String) - Constructor for class com.wantedtech.common.xpresso.en.sentence.chunker.ChunkRule
-
- ChunkRuleWithContext - Class in com.wantedtech.common.xpresso.en.sentence.chunker
-
"""
A rule specifying how to add chunks to a ``ChunkString``, using
three matching tag patterns: one for the left context, one for the
chunk, and one for the right context.
- ChunkRuleWithContext(String, String, String, String) - Constructor for class com.wantedtech.common.xpresso.en.sentence.chunker.ChunkRuleWithContext
-
Construct a new ``ChunkRuleWithContext``.
- ChunkString - Class in com.wantedtech.common.xpresso.en.sentence.chunker
-
A string-based encoding of a particular chunking of a text.
- ChunkString(Node) - Constructor for class com.wantedtech.common.xpresso.en.sentence.chunker.ChunkString
-
"""
Construct a new ``ChunkString`` that encodes the chunking of
the text ``tagged_tokens``.
- ci60 - Variable in class com.wantedtech.common.xpresso.functional.lambda.Lambda2Parser.BasicExpressionFContext
-
- ci60 - Variable in class com.wantedtech.common.xpresso.functional.lambda.LambdaParser.BasicExpressionFContext
-
- clean(String) - Method in class com.wantedtech.common.xpresso.regex.Regex
-
- clean(str) - Method in class com.wantedtech.common.xpresso.regex.Regex
-
- clear() - Method in class com.wantedtech.common.xpresso.types.list
-
- CLOBBUFFERSIZE - Static variable in class com.wantedtech.common.xpresso.csv.ResultSetHelperService
-
- close() - Method in class com.wantedtech.common.xpresso.csv.CSV
-
- close() - Method in class com.wantedtech.common.xpresso.csv.CSVReader
-
Closes the underlying reader.
- close() - Method in class com.wantedtech.common.xpresso.csv.CSVWriter
-
Close the underlying stream writer flushing any buffered content.
- close() - Method in class com.wantedtech.common.xpresso.experimental.concurrency.Channel
-
- close() - Method in class com.wantedtech.common.xpresso.experimental.generator.Generator
-
- close() - Method in class com.wantedtech.common.xpresso.helpers.HappyMySQL
-
- close() - Method in class com.wantedtech.common.xpresso.types.HappyFile
-
- CLOSEDBRACKET - Static variable in class com.wantedtech.common.xpresso.functional.lambda.Lambda2Lexer
-
- CLOSEDBRACKET - Static variable in class com.wantedtech.common.xpresso.functional.lambda.Lambda2Parser
-
- CLOSEDBRACKET() - Method in class com.wantedtech.common.xpresso.functional.lambda.Lambda2Parser.ComplexIdentifierContext
-
- CLOSEDBRACKET - Static variable in class com.wantedtech.common.xpresso.functional.lambda.LambdaLexer
-
- CLOSEDBRACKET - Static variable in class com.wantedtech.common.xpresso.functional.lambda.LambdaParser
-
- CLOSEDBRACKET() - Method in class com.wantedtech.common.xpresso.functional.lambda.LambdaParser.ComplexIdentifierContext
-
- codePointAt(int) - Method in class com.wantedtech.common.xpresso.strings.HappyString
-
Returns the character (Unicode code point) at the specified
index.
- codePointBefore(int) - Method in class com.wantedtech.common.xpresso.strings.HappyString
-
Returns the character (Unicode code point) before the specified
index.
- codePointCount(int, int) - Method in class com.wantedtech.common.xpresso.strings.HappyString
-
Returns the number of Unicode code points in the specified text
range of this String
.
- com.wantedtech.common.xpresso - package com.wantedtech.common.xpresso
-
- com.wantedtech.common.xpresso.comprehension - package com.wantedtech.common.xpresso.comprehension
-
- com.wantedtech.common.xpresso.csv - package com.wantedtech.common.xpresso.csv
-
- com.wantedtech.common.xpresso.en - package com.wantedtech.common.xpresso.en
-
- com.wantedtech.common.xpresso.en.sentence - package com.wantedtech.common.xpresso.en.sentence
-
- com.wantedtech.common.xpresso.en.sentence.chunker - package com.wantedtech.common.xpresso.en.sentence.chunker
-
- com.wantedtech.common.xpresso.en.text - package com.wantedtech.common.xpresso.en.text
-
- com.wantedtech.common.xpresso.experimental.concurrency - package com.wantedtech.common.xpresso.experimental.concurrency
-
- com.wantedtech.common.xpresso.experimental.generator - package com.wantedtech.common.xpresso.experimental.generator
-
- com.wantedtech.common.xpresso.functional - package com.wantedtech.common.xpresso.functional
-
- com.wantedtech.common.xpresso.functional.lambda - package com.wantedtech.common.xpresso.functional.lambda
-
- com.wantedtech.common.xpresso.helpers - package com.wantedtech.common.xpresso.helpers
-
- com.wantedtech.common.xpresso.json - package com.wantedtech.common.xpresso.json
-
- com.wantedtech.common.xpresso.regex - package com.wantedtech.common.xpresso.regex
-
- com.wantedtech.common.xpresso.strings - package com.wantedtech.common.xpresso.strings
-
- com.wantedtech.common.xpresso.time - package com.wantedtech.common.xpresso.time
-
- com.wantedtech.common.xpresso.token - package com.wantedtech.common.xpresso.token
-
- com.wantedtech.common.xpresso.token.stem - package com.wantedtech.common.xpresso.token.stem
-
- com.wantedtech.common.xpresso.token.stem.snowball - package com.wantedtech.common.xpresso.token.stem.snowball
-
- com.wantedtech.common.xpresso.token.stem.snowball.ext - package com.wantedtech.common.xpresso.token.stem.snowball.ext
-
- com.wantedtech.common.xpresso.types - package com.wantedtech.common.xpresso.types
-
- com.wantedtech.common.xpresso.types.strs - package com.wantedtech.common.xpresso.types.strs
-
- com.wantedtech.common.xpresso.types.tuples - package com.wantedtech.common.xpresso.types.tuples
-
- COMMA - Static variable in class com.wantedtech.common.xpresso.json.JSONTreeLexer
-
- COMMA - Static variable in class com.wantedtech.common.xpresso.json.JSONTreeParser
-
- COMMA() - Method in class com.wantedtech.common.xpresso.json.JSONTreeParser.ElementsContext
-
- COMMA(int) - Method in class com.wantedtech.common.xpresso.json.JSONTreeParser.ElementsContext
-
- COMMA() - Method in class com.wantedtech.common.xpresso.json.JSONTreeParser.MembersContext
-
- COMMA(int) - Method in class com.wantedtech.common.xpresso.json.JSONTreeParser.MembersContext
-
- CompareTo - Class in com.wantedtech.common.xpresso.helpers
-
Assists in implementing Comparable.compareTo(Object)
methods.
- CompareTo(Object, Object, String, String...) - Constructor for class com.wantedtech.common.xpresso.helpers.CompareTo
-
Constructor for CompareTo.
- compareTo(Object, String, String...) - Method in class com.wantedtech.common.xpresso.helpers.HappyObject
-
- compareTo(Object, Object, String, String...) - Static method in class com.wantedtech.common.xpresso.helpers.Helpers
-
- compareTo(String) - Method in class com.wantedtech.common.xpresso.strings.HappyString
-
Compares two strings lexicographically.
- compareTo(dict<T>) - Method in class com.wantedtech.common.xpresso.types.dict
-
- compareTo(list<T>) - Method in class com.wantedtech.common.xpresso.types.list
-
- compareTo(set<T>) - Method in class com.wantedtech.common.xpresso.types.set
-
- compareTo(String) - Method in class com.wantedtech.common.xpresso.types.str
-
- compareTo(str) - Method in class com.wantedtech.common.xpresso.types.str
-
- compareTo(tuple) - Method in interface com.wantedtech.common.xpresso.types.tuple
-
- compareTo(tuple) - Method in class com.wantedtech.common.xpresso.types.tuples.AbstractTuple
-
- compareTo(tuple) - Method in class com.wantedtech.common.xpresso.types.tuples.tuple0
-
- compareToIgnoreCase(String) - Method in class com.wantedtech.common.xpresso.strings.HappyString
-
Compares two strings lexicographically, ignoring case
differences.
- complexIdentifier() - Method in class com.wantedtech.common.xpresso.functional.lambda.Lambda2Parser.BasicExpressionFContext
-
- complexIdentifier() - Method in class com.wantedtech.common.xpresso.functional.lambda.Lambda2Parser.BooleanExpressionBContext
-
- complexIdentifier() - Method in class com.wantedtech.common.xpresso.functional.lambda.Lambda2Parser
-
- complexIdentifier() - Method in class com.wantedtech.common.xpresso.functional.lambda.LambdaParser.BasicExpressionFContext
-
- complexIdentifier() - Method in class com.wantedtech.common.xpresso.functional.lambda.LambdaParser.BooleanExpressionBContext
-
- complexIdentifier() - Method in class com.wantedtech.common.xpresso.functional.lambda.LambdaParser
-
- ComplexIdentifierContext(ParserRuleContext, int) - Constructor for class com.wantedtech.common.xpresso.functional.lambda.Lambda2Parser.ComplexIdentifierContext
-
- ComplexIdentifierContext(ParserRuleContext, int) - Constructor for class com.wantedtech.common.xpresso.functional.lambda.LambdaParser.ComplexIdentifierContext
-
- ComprehensionFactory - Class in com.wantedtech.common.xpresso.comprehension
-
- ComprehensionFactory() - Constructor for class com.wantedtech.common.xpresso.comprehension.ComprehensionFactory
-
- compress() - Method in class com.wantedtech.common.xpresso.strings.HappyString
-
- compress() - Method in class com.wantedtech.common.xpresso.types.list
-
- compressedShape() - Method in class com.wantedtech.common.xpresso.token.Token
-
- concat(String) - Method in class com.wantedtech.common.xpresso.strings.HappyString
-
Concatenates the specified string to the end of this string.
- constant(T) - Static method in class com.wantedtech.common.xpresso.x
-
A
Function
that always returns the same object no matter the input of the
- contains(CharSequence) - Method in class com.wantedtech.common.xpresso.strings.HappyString
-
Returns true if and only if this string contains the specified
sequence of char values.
- contains(String) - Method in class com.wantedtech.common.xpresso.types.dict
-
- contains(Object) - Method in class com.wantedtech.common.xpresso.types.set
-
Deprecated.
- contains(String) - Method in class com.wantedtech.common.xpresso.types.str
-
- contains(str) - Method in class com.wantedtech.common.xpresso.types.str
-
- contains(Iterable<T>, T) - Static method in class com.wantedtech.common.xpresso.x
-
- contentEquals(StringBuffer) - Method in class com.wantedtech.common.xpresso.strings.HappyString
-
Compares this string to the specified StringBuffer
.
- contentEquals(CharSequence) - Method in class com.wantedtech.common.xpresso.strings.HappyString
-
Compares this string to the specified CharSequence
.
- copy() - Method in class com.wantedtech.common.xpresso.en.sentence.Sentence
-
- copy() - Method in class com.wantedtech.common.xpresso.types.dict
-
- copy() - Method in class com.wantedtech.common.xpresso.types.list
-
- copy() - Method in class com.wantedtech.common.xpresso.types.OrderedDict
-
- copy() - Method in class com.wantedtech.common.xpresso.types.set
-
- copy() - Method in class com.wantedtech.common.xpresso.types.str
-
- copy() - Method in interface com.wantedtech.common.xpresso.types.tuple
-
- copy() - Method in class com.wantedtech.common.xpresso.types.tuples.tuple0
-
- copy() - Method in class com.wantedtech.common.xpresso.types.tuples.tuple1
-
- copy() - Method in class com.wantedtech.common.xpresso.types.tuples.tuple2
-
- copy() - Method in class com.wantedtech.common.xpresso.types.tuples.tuple3
-
- copy() - Method in class com.wantedtech.common.xpresso.types.tuples.tuple4
-
- copyValueOf(char[], int, int) - Method in class com.wantedtech.common.xpresso.strings.HappyStringStatic
-
Returns a String that represents the character sequence in the
array specified.
- copyValueOf(char[]) - Method in class com.wantedtech.common.xpresso.strings.HappyStringStatic
-
Returns a String that represents the character sequence in the
array specified.
- count(String) - Method in class com.wantedtech.common.xpresso.strings.HappyString
-
- count(char) - Method in class com.wantedtech.common.xpresso.strings.HappyString
-
- count(String) - Static method in class com.wantedtech.common.xpresso.strings.HappyStringStatic
-
- count(char) - Static method in class com.wantedtech.common.xpresso.strings.HappyStringStatic
-
- count(T) - Method in class com.wantedtech.common.xpresso.types.Bag
-
- count(T) - Method in class com.wantedtech.common.xpresso.types.list
-
- count(String) - Method in class com.wantedtech.common.xpresso.types.str
-
- count(char) - Method in class com.wantedtech.common.xpresso.types.str
-
- count(String) - Method in class com.wantedtech.common.xpresso.types.strs.strStatic
-
- count(str) - Method in class com.wantedtech.common.xpresso.types.strs.strStatic
-
- count(char) - Method in class com.wantedtech.common.xpresso.types.strs.strStatic
-
- count(int, int, int) - Static method in class com.wantedtech.common.xpresso.x
-
- count(int, int) - Static method in class com.wantedtech.common.xpresso.x
-
- count(Iterable<T>, int) - Static method in class com.wantedtech.common.xpresso.x
-
- count(Iterable<T>) - Static method in class com.wantedtech.common.xpresso.x
-
- count(T[], int) - Static method in class com.wantedtech.common.xpresso.x
-
- count(T[]) - Static method in class com.wantedtech.common.xpresso.x
-
- countFrom(int) - Static method in class com.wantedtech.common.xpresso.x
-
- countReal(double, double, double) - Static method in class com.wantedtech.common.xpresso.x
-
- countTo(int) - Static method in class com.wantedtech.common.xpresso.x
-
- createValueOfType(Class<T>) - Static method in class com.wantedtech.common.xpresso.helpers.ObjectFactory
-
- CREDIT_CARD - Variable in class com.wantedtech.common.xpresso.regex.RegexStatic
-
- CSV - Class in com.wantedtech.common.xpresso.csv
-
- CSV(HappyFile) - Constructor for class com.wantedtech.common.xpresso.csv.CSV
-
- CSV(Iterable<?>) - Constructor for class com.wantedtech.common.xpresso.csv.CSV
-
- CSV(String, String, String) - Constructor for class com.wantedtech.common.xpresso.csv.CSV
-
- CSV(String, String) - Constructor for class com.wantedtech.common.xpresso.csv.CSV
-
- CSV(StringBuilder) - Constructor for class com.wantedtech.common.xpresso.csv.CSV
-
- csv(String, String, String) - Static method in class com.wantedtech.common.xpresso.x
-
Opens a
HappyFile
for reading or writing in csv format.
- csv(String, String) - Static method in class com.wantedtech.common.xpresso.x
-
Opens a
HappyFile
for reading or writing in csv format with the
default encoding "utf-8".
- csv(Iterable<?>) - Static method in class com.wantedtech.common.xpresso.x
-
Creates a
CSV
object from an iterable.
- csv(StringBuilder) - Static method in class com.wantedtech.common.xpresso.x
-
Creates a
CSV
object from a
StringBuilder
.
- CSVIterator - Class in com.wantedtech.common.xpresso.csv
-
Provides an Iterator over the data found in opencsv.
- CSVIterator(CSVReader) - Constructor for class com.wantedtech.common.xpresso.csv.CSVIterator
-
- CSVParser - Class in com.wantedtech.common.xpresso.csv
-
A very simple CSV parser released under a commercial-friendly license.
- CSVParser() - Constructor for class com.wantedtech.common.xpresso.csv.CSVParser
-
Constructs CSVParser using a comma for the separator.
- CSVParser(char) - Constructor for class com.wantedtech.common.xpresso.csv.CSVParser
-
Constructs CSVParser with supplied separator.
- CSVParser(char, char) - Constructor for class com.wantedtech.common.xpresso.csv.CSVParser
-
Constructs CSVParser with supplied separator and quote char.
- CSVParser(char, char, char) - Constructor for class com.wantedtech.common.xpresso.csv.CSVParser
-
Constructs CSVReader with supplied separator and quote char.
- CSVParser(char, char, char, boolean) - Constructor for class com.wantedtech.common.xpresso.csv.CSVParser
-
Constructs CSVParser with supplied separator and quote char.
- CSVParser(char, char, char, boolean, boolean) - Constructor for class com.wantedtech.common.xpresso.csv.CSVParser
-
Constructs CSVParser with supplied separator and quote char.
- CSVParser(char, char, char, boolean, boolean, boolean) - Constructor for class com.wantedtech.common.xpresso.csv.CSVParser
-
Constructs CSVParser with supplied separator and quote char.
- CSVParserBuilder - Class in com.wantedtech.common.xpresso.csv
-
Builder for creating a CSVParser.
- CSVParserBuilder() - Constructor for class com.wantedtech.common.xpresso.csv.CSVParserBuilder
-
Default constructor.
- CSVReader - Class in com.wantedtech.common.xpresso.csv
-
A very simple CSV reader released under a commercial-friendly license.
- CSVReader(Reader) - Constructor for class com.wantedtech.common.xpresso.csv.CSVReader
-
Constructs CSVReader using a comma for the separator.
- CSVReader(Reader, char) - Constructor for class com.wantedtech.common.xpresso.csv.CSVReader
-
Constructs CSVReader with supplied separator.
- CSVReader(Reader, char, char) - Constructor for class com.wantedtech.common.xpresso.csv.CSVReader
-
Constructs CSVReader with supplied separator and quote char.
- CSVReader(Reader, char, char, boolean) - Constructor for class com.wantedtech.common.xpresso.csv.CSVReader
-
Constructs CSVReader with supplied separator, quote char and quote handling
behavior.
- CSVReader(Reader, char, char, char) - Constructor for class com.wantedtech.common.xpresso.csv.CSVReader
-
Constructs CSVReader.
- CSVReader(Reader, char, char, int) - Constructor for class com.wantedtech.common.xpresso.csv.CSVReader
-
Constructs CSVReader.
- CSVReader(Reader, char, char, char, int) - Constructor for class com.wantedtech.common.xpresso.csv.CSVReader
-
Constructs CSVReader.
- CSVReader(Reader, char, char, char, int, boolean) - Constructor for class com.wantedtech.common.xpresso.csv.CSVReader
-
Constructs CSVReader.
- CSVReader(Reader, char, char, char, int, boolean, boolean) - Constructor for class com.wantedtech.common.xpresso.csv.CSVReader
-
Constructs CSVReader with all data entered.
- CSVReader(Reader, char, char, char, int, boolean, boolean, boolean) - Constructor for class com.wantedtech.common.xpresso.csv.CSVReader
-
Constructs CSVReader with all data entered.
- CSVReader(Reader, int, CSVParser) - Constructor for class com.wantedtech.common.xpresso.csv.CSVReader
-
Constructs CSVReader with supplied CSVParser.
- CSVReaderBuilder - Class in com.wantedtech.common.xpresso.csv
-
Builder for creating a CSVReader.
- CSVReaderBuilder(Reader) - Constructor for class com.wantedtech.common.xpresso.csv.CSVReaderBuilder
-
Sets the reader to an underlying CSV source.
- CSVReaderNullFieldIndicator - Enum in com.wantedtech.common.xpresso.csv
-
Enumeration used to tell the CSVParser what to consider null.
- CSVWriter - Class in com.wantedtech.common.xpresso.csv
-
A very simple CSV writer released under a commercial-friendly license.
- CSVWriter(Writer) - Constructor for class com.wantedtech.common.xpresso.csv.CSVWriter
-
Constructs CSVWriter using a comma for the separator.
- CSVWriter(Writer, char) - Constructor for class com.wantedtech.common.xpresso.csv.CSVWriter
-
Constructs CSVWriter with supplied separator.
- CSVWriter(Writer, char, char) - Constructor for class com.wantedtech.common.xpresso.csv.CSVWriter
-
Constructs CSVWriter with supplied separator and quote char.
- CSVWriter(Writer, char, char, char) - Constructor for class com.wantedtech.common.xpresso.csv.CSVWriter
-
Constructs CSVWriter with supplied separator and quote char.
- CSVWriter(Writer, char, char, String) - Constructor for class com.wantedtech.common.xpresso.csv.CSVWriter
-
Constructs CSVWriter with supplied separator and quote char.
- CSVWriter(Writer, char, char, char, String) - Constructor for class com.wantedtech.common.xpresso.csv.CSVWriter
-
Constructs CSVWriter with supplied separator, quote char, escape char and line ending.
- cycle(Iterable<T>, Integer) - Static method in class com.wantedtech.common.xpresso.x
-
- cycle(Iterable<T>) - Static method in class com.wantedtech.common.xpresso.x
-
- cycle(String) - Static method in class com.wantedtech.common.xpresso.x
-
- cycle(String, int) - Static method in class com.wantedtech.common.xpresso.x
-