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 _ 

R

Random - Static variable in class com.wantedtech.common.xpresso.x
Static acces to Java's Random object methods
range(int, int, int) - Static method in class com.wantedtech.common.xpresso.x
Alias for compatibility with Python.
range(int, int) - Static method in class com.wantedtech.common.xpresso.x
Alias for compatibility with Python.
read() - Method in class com.wantedtech.common.xpresso.types.HappyFile
 
read(int) - Method in class com.wantedtech.common.xpresso.types.HappyFile
 
readAll() - Method in class com.wantedtech.common.xpresso.csv.CSVReader
Reads the entire file into a List with each element being a String[] of tokens.
readLine() - Method in class com.wantedtech.common.xpresso.csv.LineReader
Reads the next line from the Reader.
readNext() - Method in class com.wantedtech.common.xpresso.csv.CSVReader
Reads the next line from the buffer and converts to a string array.
receive() - Method in class com.wantedtech.common.xpresso.experimental.concurrency.Channel
 
receive() - Method in class com.wantedtech.common.xpresso.experimental.concurrency.ReceiveOnlyChannel
 
receive() - Method in class com.wantedtech.common.xpresso.experimental.concurrency.SendOnlyChannel
 
ReceiveFromSendOnlyChannelExeption - Exception in com.wantedtech.common.xpresso.experimental.concurrency
 
ReceiveFromSendOnlyChannelExeption(String) - Constructor for exception com.wantedtech.common.xpresso.experimental.concurrency.ReceiveFromSendOnlyChannelExeption
 
receiveOnly() - Method in class com.wantedtech.common.xpresso.experimental.concurrency.Channel
 
ReceiveOnlyChannel<T> - Class in com.wantedtech.common.xpresso.experimental.concurrency
 
ReceiveOnlyChannel(Channel<T>) - Constructor for class com.wantedtech.common.xpresso.experimental.concurrency.ReceiveOnlyChannel
 
reduce(Function<tuple2<I, I>, I>, Iterable<I>, I) - Static method in class com.wantedtech.common.xpresso.x
Applies function of two arguments cumulatively to the items of iterable, from left to right, so as to reduce the iterable to a single value.
reduce(Function<tuple2<I, I>, I>, Iterable<I>) - Static method in class com.wantedtech.common.xpresso.x
Applies function of two arguments cumulatively to the items of iterable, from left to right, so as to reduce the iterable to a single value.
reflect(Iterable<T>) - Method in class com.wantedtech.common.xpresso.types.set
 
reflectionCompare() - Method in class com.wantedtech.common.xpresso.helpers.CompareTo
Compares two Objects via reflection.
reflectionEquals(Object, Object, String...) - Static method in class com.wantedtech.common.xpresso.helpers.Equals
This method uses reflection to determine if the two Objects are equal.
reflectionEquals(Object, Object, boolean) - Static method in class com.wantedtech.common.xpresso.helpers.Equals
This method uses reflection to determine if the two Objects are equal.
reflectionEquals(Object, Object, boolean, Class<?>, String...) - Static method in class com.wantedtech.common.xpresso.helpers.Equals
This method uses reflection to determine if the two Objects are equal.
Regex - Class in com.wantedtech.common.xpresso.regex
 
Regex(String, int) - Constructor for class com.wantedtech.common.xpresso.regex.Regex
 
Regex(String) - Constructor for class com.wantedtech.common.xpresso.regex.Regex
 
Regex(dict<String>, int) - Constructor for class com.wantedtech.common.xpresso.regex.Regex
 
Regex - Static variable in class com.wantedtech.common.xpresso.x
An instance of RegexStatic class.
Regex(String, int) - Static method in class com.wantedtech.common.xpresso.x
Factory method that creates a new Regex object from a string regular expression.
Regex(String) - Static method in class com.wantedtech.common.xpresso.x
Factory method that creates a new Regex object from a string regular expression.
Regex(dict<String>, int) - Static method in class com.wantedtech.common.xpresso.x
 
Regex(dict<String>) - Static method in class com.wantedtech.common.xpresso.x
 
RegexNoCase(String) - Static method in class com.wantedtech.common.xpresso.x
Factory method that creates a new case insensitive Regex object from a string regular expression.
RegexNoCase(dict<String>) - Static method in class com.wantedtech.common.xpresso.x
 
RegexpChunkParser - Class in com.wantedtech.common.xpresso.en.sentence.chunker
A regular expression based chunk parser.
RegexpChunkParser(list<RegexpChunkRule>, String, String, int) - Constructor for class com.wantedtech.common.xpresso.en.sentence.chunker.RegexpChunkParser
Construct a new ``RegexpChunkParser``.
RegexpChunkRule - Class in com.wantedtech.common.xpresso.en.sentence.chunker
""" A rule specifying how to modify the chunking in a ``ChunkString``, using a transformational regular expression.
RegexpChunkRule(Regex, String, String) - Constructor for class com.wantedtech.common.xpresso.en.sentence.chunker.RegexpChunkRule
Construct a new RegexpChunkRule.
RegexpParser - Class in com.wantedtech.common.xpresso.en.sentence.chunker
 
RegexpParser(String) - Constructor for class com.wantedtech.common.xpresso.en.sentence.chunker.RegexpParser
 
RegexpParser(String, String, int, int) - Constructor for class com.wantedtech.common.xpresso.en.sentence.chunker.RegexpParser
 
RegexStatic - Class in com.wantedtech.common.xpresso.regex
 
RegexStatic() - Constructor for class com.wantedtech.common.xpresso.regex.RegexStatic
 
regionMatches(int, String, int, int) - Method in class com.wantedtech.common.xpresso.strings.HappyString
Tests if two string regions are equal.
regionMatches(boolean, int, String, int, int) - Method in class com.wantedtech.common.xpresso.strings.HappyString
Tests if two string regions are equal.
registerGoer(Goer<T>) - Method in class com.wantedtech.common.xpresso.experimental.concurrency.Channel
 
registerGoer(Goer<T>) - Method in class com.wantedtech.common.xpresso.experimental.concurrency.ReceiveOnlyChannel
 
registerGoer(Goer<T>) - Method in class com.wantedtech.common.xpresso.experimental.concurrency.SendOnlyChannel
 
reject(Iterable<T>) - Method in class com.wantedtech.common.xpresso.types.set
 
remove() - Method in class com.wantedtech.common.xpresso.csv.CSVIterator
This method is not supported by openCSV and will throw a UnsupportedOperationException if called.
remove() - Method in class com.wantedtech.common.xpresso.en.text.AbstractTokenizer
This is an optional operation, by default not supported.
remove(T) - Method in class com.wantedtech.common.xpresso.types.Bag
 
remove(Iterable<T>) - Method in class com.wantedtech.common.xpresso.types.Bag
 
remove(Map<T, Integer>) - Method in class com.wantedtech.common.xpresso.types.Bag
 
repeat(T, Integer) - Static method in class com.wantedtech.common.xpresso.x
 
repeat(T) - Static method in class com.wantedtech.common.xpresso.x
 
replace(O) - Method in class com.wantedtech.common.xpresso.comprehension.ScalarComprehensionStart
 
replace(Object) - Method in class com.wantedtech.common.xpresso.comprehension.Tuple1ComprehensionElse
 
replace(Object) - Method in class com.wantedtech.common.xpresso.comprehension.Tuple1ComprehensionIf
 
replace(Object) - Method in class com.wantedtech.common.xpresso.comprehension.Tuple1ComprehensionStart
 
replace(Object, Object) - Method in class com.wantedtech.common.xpresso.comprehension.Tuple2ComprehensionElse
 
replace(Object) - Method in class com.wantedtech.common.xpresso.comprehension.Tuple2ComprehensionIf
 
replace(Object, Object) - Method in class com.wantedtech.common.xpresso.comprehension.Tuple2ComprehensionIf
 
replace(Object) - Method in class com.wantedtech.common.xpresso.comprehension.Tuple2ComprehensionStart
 
replace(Object, Object) - Method in class com.wantedtech.common.xpresso.comprehension.Tuple2ComprehensionStart
 
replace(char, char) - Method in class com.wantedtech.common.xpresso.strings.HappyString
Returns a new string resulting from replacing all occurrences of oldChar in this string with newChar.
replace(CharSequence, CharSequence) - Method in class com.wantedtech.common.xpresso.strings.HappyString
Replaces each substring of this string that matches the literal target sequence with the specified literal replacement sequence.
replaceAll(String, String) - Method in class com.wantedtech.common.xpresso.strings.HappyString
Replaces each substring of this string that matches the given regular expression with the given replacement.
replaceFirst(String, String) - Method in class com.wantedtech.common.xpresso.strings.HappyString
Replaces the first substring of this string that matches the given regular expression with the given replacement.
replaceOtherwise(O) - Method in class com.wantedtech.common.xpresso.comprehension.ScalarComprehensionElse
 
reset() - Method in class com.wantedtech.common.xpresso.helpers.EqualsResult
Reset the Equals so you can use the same object again
reset() - Method in class com.wantedtech.common.xpresso.types.Bag
 
reset() - Method in class com.wantedtech.common.xpresso.types.HappyFile
 
result - Variable in class com.wantedtech.common.xpresso.json.JSONTreeParser.NumberContext
 
result - Variable in class com.wantedtech.common.xpresso.json.JSONTreeParser.ObjectContext
 
result - Variable in class com.wantedtech.common.xpresso.json.JSONTreeParser.StringContext
 
result - Variable in class com.wantedtech.common.xpresso.json.JSONTreeParser.ValueContext
 
result - Variable in class com.wantedtech.common.xpresso.token.stem.snowball.Among
 
ResultSetHelper - Interface in com.wantedtech.common.xpresso.csv
Interface for the ResultSetHelperService.
ResultSetHelperService - Class in com.wantedtech.common.xpresso.csv
helper class for processing JDBC ResultSet objects.
ResultSetHelperService() - Constructor for class com.wantedtech.common.xpresso.csv.ResultSetHelperService
Default Constructor.
reverse(Iterable<T>) - Static method in class com.wantedtech.common.xpresso.x
Reverse the order of elements of the input Iterable
reverse(str) - Static method in class com.wantedtech.common.xpresso.x
Reverse the order of charcters in the input str
REVERSED - Static variable in class com.wantedtech.common.xpresso.helpers.Slicer
 
right - Variable in class com.wantedtech.common.xpresso.helpers.ImmutablePair
Right object
romanianStemmer - 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.
romanianStemmer() - Constructor for class com.wantedtech.common.xpresso.token.stem.snowball.ext.romanianStemmer
 
round(double, int) - Static method in class com.wantedtech.common.xpresso.x
Return the double value number rounded to nDigits digits after the decimal point.
round(double) - Static method in class com.wantedtech.common.xpresso.x
Return the double value number rounded to ndigits digits after the decimal point.
RULE_anyExpression - Static variable in class com.wantedtech.common.xpresso.functional.lambda.Lambda2Parser
 
RULE_anyExpression - Static variable in class com.wantedtech.common.xpresso.functional.lambda.LambdaParser
 
RULE_arithmeticExpressionE - Static variable in class com.wantedtech.common.xpresso.functional.lambda.Lambda2Parser
 
RULE_arithmeticExpressionE - Static variable in class com.wantedtech.common.xpresso.functional.lambda.LambdaParser
 
RULE_array - Static variable in class com.wantedtech.common.xpresso.json.JSONTreeParser
 
RULE_basicExpressionF - Static variable in class com.wantedtech.common.xpresso.functional.lambda.Lambda2Parser
 
RULE_basicExpressionF - Static variable in class com.wantedtech.common.xpresso.functional.lambda.LambdaParser
 
RULE_booleanExpressionB - Static variable in class com.wantedtech.common.xpresso.functional.lambda.Lambda2Parser
 
RULE_booleanExpressionB - Static variable in class com.wantedtech.common.xpresso.functional.lambda.LambdaParser
 
RULE_complexIdentifier - Static variable in class com.wantedtech.common.xpresso.functional.lambda.Lambda2Parser
 
RULE_complexIdentifier - Static variable in class com.wantedtech.common.xpresso.functional.lambda.LambdaParser
 
RULE_elements - Static variable in class com.wantedtech.common.xpresso.json.JSONTreeParser
 
RULE_eval - Static variable in class com.wantedtech.common.xpresso.functional.lambda.Lambda2Parser
 
RULE_eval - Static variable in class com.wantedtech.common.xpresso.functional.lambda.LambdaParser
 
RULE_function - Static variable in class com.wantedtech.common.xpresso.functional.lambda.Lambda2Parser
 
RULE_function - Static variable in class com.wantedtech.common.xpresso.functional.lambda.LambdaParser
 
RULE_inputVars - Static variable in class com.wantedtech.common.xpresso.functional.lambda.Lambda2Parser
 
RULE_lambdaExpression - Static variable in class com.wantedtech.common.xpresso.functional.lambda.Lambda2Parser
 
RULE_lambdaExpression - Static variable in class com.wantedtech.common.xpresso.functional.lambda.LambdaParser
 
RULE_members - Static variable in class com.wantedtech.common.xpresso.json.JSONTreeParser
 
RULE_number - Static variable in class com.wantedtech.common.xpresso.json.JSONTreeParser
 
RULE_object - Static variable in class com.wantedtech.common.xpresso.json.JSONTreeParser
 
RULE_pair - Static variable in class com.wantedtech.common.xpresso.json.JSONTreeParser
 
RULE_productExpressionT - Static variable in class com.wantedtech.common.xpresso.functional.lambda.Lambda2Parser
 
RULE_productExpressionT - Static variable in class com.wantedtech.common.xpresso.functional.lambda.LambdaParser
 
RULE_string - Static variable in class com.wantedtech.common.xpresso.json.JSONTreeParser
 
RULE_value - Static variable in class com.wantedtech.common.xpresso.json.JSONTreeParser
 
ruleNames - Static variable in class com.wantedtech.common.xpresso.functional.lambda.Lambda2Lexer
 
ruleNames - Static variable in class com.wantedtech.common.xpresso.functional.lambda.Lambda2Parser
 
ruleNames - Static variable in class com.wantedtech.common.xpresso.functional.lambda.LambdaLexer
 
ruleNames - Static variable in class com.wantedtech.common.xpresso.functional.lambda.LambdaParser
 
ruleNames - Static variable in class com.wantedtech.common.xpresso.json.JSONTreeLexer
 
ruleNames - Static variable in class com.wantedtech.common.xpresso.json.JSONTreeParser
 
rules() - Method in class com.wantedtech.common.xpresso.en.sentence.chunker.RegexpChunkParser
 
russianStemmer - 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.
russianStemmer() - Constructor for class com.wantedtech.common.xpresso.token.stem.snowball.ext.russianStemmer
 
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