Skip navigation links
A B C D E F G H I J K L M N O P R S T U V W X Y Z _ 

G

gen5(int) - Static method in class Test
 
generate() - Method in class com.wantedtech.common.xpresso.experimental.generator.Generator
 
Generator<T> - Class in com.wantedtech.common.xpresso.experimental.generator
 
Generator(boolean) - Constructor for class com.wantedtech.common.xpresso.experimental.generator.Generator
 
Generator() - Constructor for class com.wantedtech.common.xpresso.experimental.generator.Generator
 
germanStemmer - 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.
germanStemmer() - Constructor for class com.wantedtech.common.xpresso.token.stem.snowball.ext.germanStemmer
 
get(int) - Method in interface com.wantedtech.common.xpresso.helpers.Slicable
 
get(int) - Method in class com.wantedtech.common.xpresso.strings.HappyString
 
get(String) - Method in class com.wantedtech.common.xpresso.types.DefaultDict
 
get(String) - Method in class com.wantedtech.common.xpresso.types.dict
 
get(int) - Method in class com.wantedtech.common.xpresso.types.list
 
get(Object) - Method in class com.wantedtech.common.xpresso.types.list
 
get(T) - Method in class com.wantedtech.common.xpresso.types.set
 
get(int) - Method in class com.wantedtech.common.xpresso.types.str
 
get(int, Class<E>) - Method in interface com.wantedtech.common.xpresso.types.tuple
 
get(int) - Method in interface com.wantedtech.common.xpresso.types.tuple
 
get(String) - Method in interface com.wantedtech.common.xpresso.types.tuple
 
get(String, Class<E>) - Method in interface com.wantedtech.common.xpresso.types.tuple
 
get(int, Class<E>) - Method in class com.wantedtech.common.xpresso.types.tuples.AbstractTuple
 
get(String) - Method in class com.wantedtech.common.xpresso.types.tuples.AbstractTuple
 
get(String, Class<E>) - Method in class com.wantedtech.common.xpresso.types.tuples.AbstractTuple
 
get(int, Class<E>) - Method in class com.wantedtech.common.xpresso.types.tuples.tuple0
 
get(int) - Method in class com.wantedtech.common.xpresso.types.tuples.tuple0
 
get(int, Class<E>) - Method in class com.wantedtech.common.xpresso.types.tuples.tuple1
 
get(int) - Method in class com.wantedtech.common.xpresso.types.tuples.tuple1
 
get(int, Class<E>) - Method in class com.wantedtech.common.xpresso.types.tuples.tuple2
 
get(int) - Method in class com.wantedtech.common.xpresso.types.tuples.tuple2
 
get(int, Class<E>) - Method in class com.wantedtech.common.xpresso.types.tuples.tuple3
 
get(int) - Method in class com.wantedtech.common.xpresso.types.tuples.tuple3
 
get(int, Class<E>) - Method in class com.wantedtech.common.xpresso.types.tuples.tuple4
 
get(int) - Method in class com.wantedtech.common.xpresso.types.tuples.tuple4
 
getATN() - Method in class com.wantedtech.common.xpresso.functional.lambda.Lambda2Lexer
 
getATN() - Method in class com.wantedtech.common.xpresso.functional.lambda.Lambda2Parser
 
getATN() - Method in class com.wantedtech.common.xpresso.functional.lambda.LambdaLexer
 
getATN() - Method in class com.wantedtech.common.xpresso.functional.lambda.LambdaParser
 
getATN() - Method in class com.wantedtech.common.xpresso.json.JSONTreeLexer
 
getATN() - Method in class com.wantedtech.common.xpresso.json.JSONTreeParser
 
getBoolean(int) - Method in interface com.wantedtech.common.xpresso.types.tuple
 
getBoolean(String) - Method in interface com.wantedtech.common.xpresso.types.tuple
 
getBoolean(int) - Method in class com.wantedtech.common.xpresso.types.tuples.AbstractTuple
 
getBoolean(String) - Method in class com.wantedtech.common.xpresso.types.tuples.AbstractTuple
 
getBufferSize() - Method in class com.wantedtech.common.xpresso.experimental.concurrency.Channel
 
getBytes(String) - Method in class com.wantedtech.common.xpresso.strings.HappyString
Encodes this String into a sequence of bytes using the named charset, storing the result into a new byte array.
getBytes(Charset) - Method in class com.wantedtech.common.xpresso.strings.HappyString
Encodes this String into a sequence of bytes using the given charset, storing the result into a new byte array.
getBytes() - Method in class com.wantedtech.common.xpresso.strings.HappyString
Encodes this String into a sequence of bytes using the platform's default charset, storing the result into a new byte array.
getChars(int, int, char[], int) - Method in class com.wantedtech.common.xpresso.strings.HappyString
Copies characters from this string into the destination character array.
getColumnNames(ResultSet) - Method in interface com.wantedtech.common.xpresso.csv.ResultSetHelper
Returns the column Names from the ResultSet.
getColumnNames(ResultSet) - Method in class com.wantedtech.common.xpresso.csv.ResultSetHelperService
Returns the column names from the result set.
getColumnValues(ResultSet) - Method in interface com.wantedtech.common.xpresso.csv.ResultSetHelper
Returns the column values from the result set.
getColumnValues(ResultSet, boolean) - Method in interface com.wantedtech.common.xpresso.csv.ResultSetHelper
Returns the column values from the result set with the values trimmed if desired.
getColumnValues(ResultSet, boolean, String, String) - Method in interface com.wantedtech.common.xpresso.csv.ResultSetHelper
Returns the column values from the result set with the values trimmed if desired.
getColumnValues(ResultSet) - Method in class com.wantedtech.common.xpresso.csv.ResultSetHelperService
Get all the column values from the result set.
getColumnValues(ResultSet, boolean) - Method in class com.wantedtech.common.xpresso.csv.ResultSetHelperService
Get all the column values from the result set.
getColumnValues(ResultSet, boolean, String, String) - Method in class com.wantedtech.common.xpresso.csv.ResultSetHelperService
Get all the column values from the result set.
getComparison() - Method in class com.wantedtech.common.xpresso.helpers.CompareTo
Returns a negative integer, a positive integer, or zero as the builder has judged the "left-hand" side as less than, greater than, or equal to the "right-hand" side.
getCurrent() - Method in class com.wantedtech.common.xpresso.token.stem.snowball.SnowballStemmer
Get the current string.
getDict(int) - Method in interface com.wantedtech.common.xpresso.types.tuple
 
getDict(String) - Method in interface com.wantedtech.common.xpresso.types.tuple
 
getDict(int) - Method in class com.wantedtech.common.xpresso.types.tuples.AbstractTuple
 
getDict(String) - Method in class com.wantedtech.common.xpresso.types.tuples.AbstractTuple
 
getDouble(int) - Method in interface com.wantedtech.common.xpresso.types.tuple
 
getDouble(String) - Method in interface com.wantedtech.common.xpresso.types.tuple
 
getDouble(int) - Method in class com.wantedtech.common.xpresso.types.tuples.AbstractTuple
 
getDouble(String) - Method in class com.wantedtech.common.xpresso.types.tuples.AbstractTuple
 
getEquals() - Method in class com.wantedtech.common.xpresso.helpers.EqualsResult
Returns true if the fields that have been checked are all equal.
getEscape() - Method in class com.wantedtech.common.xpresso.csv.CSVParser
 
getEscapeChar() - Method in class com.wantedtech.common.xpresso.csv.CSVParserBuilder
 
getFloat(int) - Method in interface com.wantedtech.common.xpresso.types.tuple
 
getFloat(String) - Method in interface com.wantedtech.common.xpresso.types.tuple
 
getFloat(int) - Method in class com.wantedtech.common.xpresso.types.tuples.AbstractTuple
 
getFloat(String) - Method in class com.wantedtech.common.xpresso.types.tuples.AbstractTuple
 
getGrammarFileName() - Method in class com.wantedtech.common.xpresso.functional.lambda.Lambda2Lexer
 
getGrammarFileName() - Method in class com.wantedtech.common.xpresso.functional.lambda.Lambda2Parser
 
getGrammarFileName() - Method in class com.wantedtech.common.xpresso.functional.lambda.LambdaLexer
 
getGrammarFileName() - Method in class com.wantedtech.common.xpresso.functional.lambda.LambdaParser
 
getGrammarFileName() - Method in class com.wantedtech.common.xpresso.json.JSONTreeLexer
 
getGrammarFileName() - Method in class com.wantedtech.common.xpresso.json.JSONTreeParser
 
getHashCode() - Method in class com.wantedtech.common.xpresso.helpers.HashCode
 
getHashCode - Static variable in class com.wantedtech.common.xpresso.x
A Function that returns the value of the hash code of the input object.
getInputStream() - Method in class com.wantedtech.common.xpresso.types.HappyFile
 
getInt(int) - Method in interface com.wantedtech.common.xpresso.types.tuple
 
getInt(String) - Method in interface com.wantedtech.common.xpresso.types.tuple
 
getInt(int) - Method in class com.wantedtech.common.xpresso.types.tuples.AbstractTuple
 
getInt(String) - Method in class com.wantedtech.common.xpresso.types.tuples.AbstractTuple
 
getKey() - Method in class com.wantedtech.common.xpresso.helpers.Pair
Gets the key from this pair.
getLeft() - Method in class com.wantedtech.common.xpresso.helpers.ImmutablePair
Gets the left element from this pair.
getLeft() - Method in class com.wantedtech.common.xpresso.helpers.Pair
Gets the left element from this pair.
getList(int) - Method in interface com.wantedtech.common.xpresso.types.tuple
 
getList(String) - Method in interface com.wantedtech.common.xpresso.types.tuple
 
getList(int) - Method in class com.wantedtech.common.xpresso.types.tuples.AbstractTuple
 
getList(String) - Method in class com.wantedtech.common.xpresso.types.tuples.AbstractTuple
 
getModeNames() - Method in class com.wantedtech.common.xpresso.functional.lambda.Lambda2Lexer
 
getModeNames() - Method in class com.wantedtech.common.xpresso.functional.lambda.LambdaLexer
 
getModeNames() - Method in class com.wantedtech.common.xpresso.json.JSONTreeLexer
 
getOperation() - Method in class com.wantedtech.common.xpresso.types.HappyFile
 
getOutputStream() - Method in class com.wantedtech.common.xpresso.types.HappyFile
 
getParser() - Method in class com.wantedtech.common.xpresso.csv.CSVReader
 
getQuotechar() - Method in class com.wantedtech.common.xpresso.csv.CSVParser
 
getQuoteChar() - Method in class com.wantedtech.common.xpresso.csv.CSVParserBuilder
 
getRight() - Method in class com.wantedtech.common.xpresso.helpers.ImmutablePair
Gets the right element from this pair.
getRight() - Method in class com.wantedtech.common.xpresso.helpers.Pair
Gets the right element from this pair.
getRuleIndex() - Method in class com.wantedtech.common.xpresso.functional.lambda.Lambda2Parser.AnyExpressionContext
 
getRuleIndex() - Method in class com.wantedtech.common.xpresso.functional.lambda.Lambda2Parser.ArithmeticExpressionEContext
 
getRuleIndex() - Method in class com.wantedtech.common.xpresso.functional.lambda.Lambda2Parser.BasicExpressionFContext
 
getRuleIndex() - Method in class com.wantedtech.common.xpresso.functional.lambda.Lambda2Parser.BooleanExpressionBContext
 
getRuleIndex() - Method in class com.wantedtech.common.xpresso.functional.lambda.Lambda2Parser.ComplexIdentifierContext
 
getRuleIndex() - Method in class com.wantedtech.common.xpresso.functional.lambda.Lambda2Parser.EvalContext
 
getRuleIndex() - Method in class com.wantedtech.common.xpresso.functional.lambda.Lambda2Parser.FunctionContext
 
getRuleIndex() - Method in class com.wantedtech.common.xpresso.functional.lambda.Lambda2Parser.InputVarsContext
 
getRuleIndex() - Method in class com.wantedtech.common.xpresso.functional.lambda.Lambda2Parser.LambdaExpressionContext
 
getRuleIndex() - Method in class com.wantedtech.common.xpresso.functional.lambda.Lambda2Parser.ProductExpressionTContext
 
getRuleIndex() - Method in class com.wantedtech.common.xpresso.functional.lambda.LambdaParser.AnyExpressionContext
 
getRuleIndex() - Method in class com.wantedtech.common.xpresso.functional.lambda.LambdaParser.ArithmeticExpressionEContext
 
getRuleIndex() - Method in class com.wantedtech.common.xpresso.functional.lambda.LambdaParser.BasicExpressionFContext
 
getRuleIndex() - Method in class com.wantedtech.common.xpresso.functional.lambda.LambdaParser.BooleanExpressionBContext
 
getRuleIndex() - Method in class com.wantedtech.common.xpresso.functional.lambda.LambdaParser.ComplexIdentifierContext
 
getRuleIndex() - Method in class com.wantedtech.common.xpresso.functional.lambda.LambdaParser.EvalContext
 
getRuleIndex() - Method in class com.wantedtech.common.xpresso.functional.lambda.LambdaParser.FunctionContext
 
getRuleIndex() - Method in class com.wantedtech.common.xpresso.functional.lambda.LambdaParser.LambdaExpressionContext
 
getRuleIndex() - Method in class com.wantedtech.common.xpresso.functional.lambda.LambdaParser.ProductExpressionTContext
 
getRuleIndex() - Method in class com.wantedtech.common.xpresso.json.JSONTreeParser.ArrayContext
 
getRuleIndex() - Method in class com.wantedtech.common.xpresso.json.JSONTreeParser.ElementsContext
 
getRuleIndex() - Method in class com.wantedtech.common.xpresso.json.JSONTreeParser.MembersContext
 
getRuleIndex() - Method in class com.wantedtech.common.xpresso.json.JSONTreeParser.NumberContext
 
getRuleIndex() - Method in class com.wantedtech.common.xpresso.json.JSONTreeParser.ObjectContext
 
getRuleIndex() - Method in class com.wantedtech.common.xpresso.json.JSONTreeParser.PairContext
 
getRuleIndex() - Method in class com.wantedtech.common.xpresso.json.JSONTreeParser.StringContext
 
getRuleIndex() - Method in class com.wantedtech.common.xpresso.json.JSONTreeParser.ValueContext
 
getRuleNames() - Method in class com.wantedtech.common.xpresso.functional.lambda.Lambda2Lexer
 
getRuleNames() - Method in class com.wantedtech.common.xpresso.functional.lambda.Lambda2Parser
 
getRuleNames() - Method in class com.wantedtech.common.xpresso.functional.lambda.LambdaLexer
 
getRuleNames() - Method in class com.wantedtech.common.xpresso.functional.lambda.LambdaParser
 
getRuleNames() - Method in class com.wantedtech.common.xpresso.json.JSONTreeLexer
 
getRuleNames() - Method in class com.wantedtech.common.xpresso.json.JSONTreeParser
 
getSeparator() - Method in class com.wantedtech.common.xpresso.csv.CSVParser
 
getSeparator() - Method in class com.wantedtech.common.xpresso.csv.CSVParserBuilder
 
getSerializedATN() - Method in class com.wantedtech.common.xpresso.functional.lambda.Lambda2Lexer
 
getSerializedATN() - Method in class com.wantedtech.common.xpresso.functional.lambda.Lambda2Parser
 
getSerializedATN() - Method in class com.wantedtech.common.xpresso.functional.lambda.LambdaLexer
 
getSerializedATN() - Method in class com.wantedtech.common.xpresso.functional.lambda.LambdaParser
 
getSerializedATN() - Method in class com.wantedtech.common.xpresso.json.JSONTreeLexer
 
getSerializedATN() - Method in class com.wantedtech.common.xpresso.json.JSONTreeParser
 
getSkipLines() - Method in class com.wantedtech.common.xpresso.csv.CSVReader
Returns the number of lines in the csv file to skip before processing.
getStr(int) - Method in interface com.wantedtech.common.xpresso.types.tuple
 
getStr(String) - Method in interface com.wantedtech.common.xpresso.types.tuple
 
getStr(int) - Method in class com.wantedtech.common.xpresso.types.tuples.AbstractTuple
 
getStr(String) - Method in class com.wantedtech.common.xpresso.types.tuples.AbstractTuple
 
getString(int) - Method in interface com.wantedtech.common.xpresso.types.tuple
 
getString(String) - Method in interface com.wantedtech.common.xpresso.types.tuple
 
getString(int) - Method in class com.wantedtech.common.xpresso.types.tuples.AbstractTuple
 
getString(String) - Method in class com.wantedtech.common.xpresso.types.tuples.AbstractTuple
 
getTokenNames() - Method in class com.wantedtech.common.xpresso.functional.lambda.Lambda2Lexer
Deprecated.
getTokenNames() - Method in class com.wantedtech.common.xpresso.functional.lambda.Lambda2Parser
Deprecated.
getTokenNames() - Method in class com.wantedtech.common.xpresso.functional.lambda.LambdaLexer
Deprecated.
getTokenNames() - Method in class com.wantedtech.common.xpresso.functional.lambda.LambdaParser
Deprecated.
getTokenNames() - Method in class com.wantedtech.common.xpresso.json.JSONTreeLexer
Deprecated.
getTokenNames() - Method in class com.wantedtech.common.xpresso.json.JSONTreeParser
Deprecated.
getTuple(int) - Method in interface com.wantedtech.common.xpresso.types.tuple
 
getTuple(String) - Method in interface com.wantedtech.common.xpresso.types.tuple
 
getTuple(int) - Method in class com.wantedtech.common.xpresso.types.tuples.AbstractTuple
 
getTuple(String) - Method in class com.wantedtech.common.xpresso.types.tuples.AbstractTuple
 
getType() - Method in class com.wantedtech.common.xpresso.experimental.concurrency.Channel
 
getValue() - Method in class com.wantedtech.common.xpresso.helpers.Pair
Gets the value from this pair.
getVocabulary() - Method in class com.wantedtech.common.xpresso.functional.lambda.Lambda2Lexer
 
getVocabulary() - Method in class com.wantedtech.common.xpresso.functional.lambda.Lambda2Parser
 
getVocabulary() - Method in class com.wantedtech.common.xpresso.functional.lambda.LambdaLexer
 
getVocabulary() - Method in class com.wantedtech.common.xpresso.functional.lambda.LambdaParser
 
getVocabulary() - Method in class com.wantedtech.common.xpresso.json.JSONTreeLexer
 
getVocabulary() - Method in class com.wantedtech.common.xpresso.json.JSONTreeParser
 
go() - Method in class com.wantedtech.common.xpresso.experimental.concurrency.Goer
 
go(Predicate<Channel<T>>, Channel<T>) - Static method in class com.wantedtech.common.xpresso.x
Starts a thread with the computation described in worker and the channel for sending computed values to.
Goer<T> - Class in com.wantedtech.common.xpresso.experimental.concurrency
 
Goer(Predicate<Channel<T>>, Channel<T>) - Constructor for class com.wantedtech.common.xpresso.experimental.concurrency.Goer
 
group(int) - Method in class com.wantedtech.common.xpresso.regex.Match
 
group(String) - Method in class com.wantedtech.common.xpresso.regex.Match
 
groups() - Method in class com.wantedtech.common.xpresso.regex.Match
 
groups(String) - Method in class com.wantedtech.common.xpresso.regex.Match
 
A B C D E F G H I J K L M N O P R S T U V W X Y Z _ 
Skip navigation links