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 _ 

I

I - Variable in class com.wantedtech.common.xpresso.regex.RegexStatic
 
id10 - Variable in class com.wantedtech.common.xpresso.functional.lambda.Lambda2Parser.LambdaExpressionContext
 
id10 - Variable in class com.wantedtech.common.xpresso.functional.lambda.LambdaParser.LambdaExpressionContext
 
id70 - Variable in class com.wantedtech.common.xpresso.functional.lambda.Lambda2Parser.ComplexIdentifierContext
 
id70 - Variable in class com.wantedtech.common.xpresso.functional.lambda.LambdaParser.ComplexIdentifierContext
 
Identifier - Static variable in class com.wantedtech.common.xpresso.functional.lambda.Lambda2Lexer
 
Identifier() - Method in class com.wantedtech.common.xpresso.functional.lambda.Lambda2Parser.ComplexIdentifierContext
 
Identifier - Static variable in class com.wantedtech.common.xpresso.functional.lambda.Lambda2Parser
 
Identifier() - Method in class com.wantedtech.common.xpresso.functional.lambda.Lambda2Parser.InputVarsContext
 
Identifier - Static variable in class com.wantedtech.common.xpresso.functional.lambda.LambdaLexer
 
Identifier() - Method in class com.wantedtech.common.xpresso.functional.lambda.LambdaParser.ComplexIdentifierContext
 
Identifier - Static variable in class com.wantedtech.common.xpresso.functional.lambda.LambdaParser
 
Identifier() - Method in class com.wantedtech.common.xpresso.functional.lambda.LambdaParser.LambdaExpressionContext
 
IDKey - Class in com.wantedtech.common.xpresso.helpers
Wrap an identity key (System.identityHashCode()) so that an object can only be equal() to itself.
IDKey(Object) - Constructor for class com.wantedtech.common.xpresso.helpers.IDKey
Constructor for IDKey
ImmutablePair<L,R> - Class in com.wantedtech.common.xpresso.helpers
An immutable pair consisting of two Object elements.
ImmutablePair(L, R) - Constructor for class com.wantedtech.common.xpresso.helpers.ImmutablePair
Create a new pair instance.
in(Iterable<T>) - Method in class com.wantedtech.common.xpresso.comprehension.Tuple1ComprehensionFor
 
in(T, T, T...) - Method in class com.wantedtech.common.xpresso.comprehension.Tuple1ComprehensionFor
 
in(Iterable<T>) - Method in class com.wantedtech.common.xpresso.comprehension.Tuple2ComprehensionFor
 
in(T, T, T...) - Method in class com.wantedtech.common.xpresso.comprehension.Tuple2ComprehensionFor
 
in(Iterable<?>) - Method in class com.wantedtech.common.xpresso.helpers.HappyObject
 
in(String...) - Method in class com.wantedtech.common.xpresso.strings.HappyString
 
in(str) - Method in class com.wantedtech.common.xpresso.strings.HappyString
 
in(Iterable<String>) - Method in class com.wantedtech.common.xpresso.strings.HappyString
 
in(String) - Method in class com.wantedtech.common.xpresso.strings.HappyString
 
in(Iterable<list<T>>) - Method in class com.wantedtech.common.xpresso.types.list
 
in(list<T>...) - Method in class com.wantedtech.common.xpresso.types.list
 
in(String) - Method in class com.wantedtech.common.xpresso.types.str
 
in(str) - Method in class com.wantedtech.common.xpresso.types.str
 
in(Iterable<tuple>) - Method in interface com.wantedtech.common.xpresso.types.tuple
 
in(Iterable<tuple>) - Method in class com.wantedtech.common.xpresso.types.tuples.AbstractTuple
 
in(Iterable<T>) - Static method in class com.wantedtech.common.xpresso.x
Creates and returns new Predicate that returns true only if the input value of the predicate (key) is contained within in the Iterable
in(String) - Static method in class com.wantedtech.common.xpresso.x
Creates and returns new Predicate that returns true only if the input value of the predicate,
in(str) - Static method in class com.wantedtech.common.xpresso.x
Creates and returns new Predicate that returns true only if the input value of the predicate,
includeEnd - Variable in class com.wantedtech.common.xpresso.helpers.Slicer
 
indexOf(int) - Method in class com.wantedtech.common.xpresso.strings.HappyString
Returns the index within this string of the first occurrence of the specified character.
indexOf(int, int) - Method in class com.wantedtech.common.xpresso.strings.HappyString
Returns the index within this string of the first occurrence of the specified character, starting the search at the specified index.
indexOf(String) - Method in class com.wantedtech.common.xpresso.strings.HappyString
Returns the index within this string of the first occurrence of the specified substring.
indexOf(String, int) - Method in class com.wantedtech.common.xpresso.strings.HappyString
Returns the index within this string of the first occurrence of the specified substring, starting at the specified index.
INITIAL_READ_SIZE - Static variable in class com.wantedtech.common.xpresso.csv.CSVParser
The average size of a line read by openCSV (used for setting the size of StringBuilders).
INITIAL_STRING_SIZE - Static variable in class com.wantedtech.common.xpresso.csv.CSVWriter
 
initials(String) - Static method in class com.wantedtech.common.xpresso.strings.Unidecode
Transliterate Unicode string to a initials.
initials(String, String) - Static method in class com.wantedtech.common.xpresso.strings.Unidecode
Transliterate Unicode string to a initials.
inputVars() - Method in class com.wantedtech.common.xpresso.functional.lambda.Lambda2Parser
 
inputVars() - Method in class com.wantedtech.common.xpresso.functional.lambda.Lambda2Parser.InputVarsContext
 
inputVars() - Method in class com.wantedtech.common.xpresso.functional.lambda.Lambda2Parser.LambdaExpressionContext
 
InputVarsContext(ParserRuleContext, int) - Constructor for class com.wantedtech.common.xpresso.functional.lambda.Lambda2Parser.InputVarsContext
 
intersection(set<T>) - Method in class com.wantedtech.common.xpresso.types.set
 
intersection(Set<T>) - Method in class com.wantedtech.common.xpresso.types.set
 
intersection(T...) - Method in class com.wantedtech.common.xpresso.types.set
 
invert() - Method in class com.wantedtech.common.xpresso.types.dict
 
invert() - Method in class com.wantedtech.common.xpresso.types.OrderedDict
 
invoke(Object, Method, Object[]) - Method in class com.wantedtech.common.xpresso.helpers.Memoizer
 
invoke(String, Object...) - Static method in class com.wantedtech.common.xpresso.x
A Function that takes an object's method name and method's parameters values as input, invokes that method with those parameters and the output of invocation.
IPV4 - Variable in class com.wantedtech.common.xpresso.regex.RegexStatic
 
IPV6 - Variable in class com.wantedtech.common.xpresso.regex.RegexStatic
 
isArabic() - Method in class com.wantedtech.common.xpresso.token.Token
 
isCamel() - Method in class com.wantedtech.common.xpresso.token.Token
 
isClosed() - Method in class com.wantedtech.common.xpresso.experimental.concurrency.Channel
 
isComma() - Method in class com.wantedtech.common.xpresso.token.Token
 
isCurrency() - Method in class com.wantedtech.common.xpresso.token.Token
 
isCyrillic() - Method in class com.wantedtech.common.xpresso.token.Token
 
isDash() - Method in class com.wantedtech.common.xpresso.token.Token
 
isDigits() - Method in class com.wantedtech.common.xpresso.token.Token
 
isDot() - Method in class com.wantedtech.common.xpresso.token.Token
 
isEmpty() - Method in class com.wantedtech.common.xpresso.strings.HappyString
Returns true if, and only if, HappyString.length() is 0.
isEmpty - Static variable in class com.wantedtech.common.xpresso.x
A synonym to x.empty.
isEmpty(Object) - Static method in class com.wantedtech.common.xpresso.x
Checks if the input object is empty (does not contains any element).
isEqual() - Method in class com.wantedtech.common.xpresso.helpers.EqualsResult
Returns true if the fields that have been checked are all equal.
isFalse(Object) - Static method in class com.wantedtech.common.xpresso.x
This static method evaluates an input object as false or true.
isGreek() - Method in class com.wantedtech.common.xpresso.token.Token
 
isHangul() - Method in class com.wantedtech.common.xpresso.token.Token
 
isHebrew() - Method in class com.wantedtech.common.xpresso.token.Token
 
isHiragana() - Method in class com.wantedtech.common.xpresso.token.Token
 
isIgnoreLeadingWhiteSpace() - Method in class com.wantedtech.common.xpresso.csv.CSVParser
 
isIgnoreLeadingWhiteSpace() - Method in class com.wantedtech.common.xpresso.csv.CSVParserBuilder
 
isIgnoreQuotations() - Method in class com.wantedtech.common.xpresso.csv.CSVParser
 
isIgnoreQuotations() - Method in class com.wantedtech.common.xpresso.csv.CSVParserBuilder
 
isKatakana() - Method in class com.wantedtech.common.xpresso.token.Token
 
isLatinAlpha() - Method in class com.wantedtech.common.xpresso.token.Token
 
isLower() - Method in class com.wantedtech.common.xpresso.token.Token
 
isMath() - Method in class com.wantedtech.common.xpresso.token.Token
 
isMoney() - Method in class com.wantedtech.common.xpresso.token.Token
 
isNotEmpty(Object) - Static method in class com.wantedtech.common.xpresso.x
Checks if the input object is empty (does not contains any element).
isPending() - Method in class com.wantedtech.common.xpresso.csv.CSVParser
 
isPunct() - Method in class com.wantedtech.common.xpresso.token.Token
 
isSpecial() - Method in class com.wantedtech.common.xpresso.token.Token
 
isStrictQuotes() - Method in class com.wantedtech.common.xpresso.csv.CSVParser
 
isStrictQuotes() - Method in class com.wantedtech.common.xpresso.csv.CSVParserBuilder
 
isTitle() - Method in class com.wantedtech.common.xpresso.token.Token
 
isTrue() - Method in interface com.wantedtech.common.xpresso.helpers.Truthful
 
isTrue(Object) - Static method in class com.wantedtech.common.xpresso.x
This static method evaluates an input object as true or false.
isUpper() - Method in class com.wantedtech.common.xpresso.token.Token
 
isWhitespace - Variable in class com.wantedtech.common.xpresso.strings.HappyStringStatic
 
isWhitespace(String) - Method in class com.wantedtech.common.xpresso.strings.HappyStringStatic
Checks if the String contains only whitespace.
italianStemmer - 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.
italianStemmer() - Constructor for class com.wantedtech.common.xpresso.token.stem.snowball.ext.italianStemmer
 
items() - Method in class com.wantedtech.common.xpresso.types.Bag
 
items() - Method in class com.wantedtech.common.xpresso.types.dict
 
items() - Method in class com.wantedtech.common.xpresso.types.OrderedDict
 
iterator() - Method in class com.wantedtech.common.xpresso.comprehension.AbstractTupleComprehension
 
iterator() - Method in class com.wantedtech.common.xpresso.comprehension.ScalarComprehensionFinal
 
iterator() - Method in class com.wantedtech.common.xpresso.comprehension.ScalarComprehensionStart
 
iterator() - Method in class com.wantedtech.common.xpresso.comprehension.Tuple1ComprehensionFinal
 
iterator() - Method in class com.wantedtech.common.xpresso.comprehension.Tuple2ComprehensionFinal
 
iterator() - Method in class com.wantedtech.common.xpresso.csv.CSV
 
iterator() - Method in class com.wantedtech.common.xpresso.csv.CSVReader
Creates an Iterator for processing the csv data.
iterator() - Method in class com.wantedtech.common.xpresso.en.text.Tokenizer
 
iterator() - Method in class com.wantedtech.common.xpresso.experimental.concurrency.Channel
 
iterator() - Method in class com.wantedtech.common.xpresso.experimental.concurrency.ReceiveOnlyChannel
 
iterator() - Method in class com.wantedtech.common.xpresso.experimental.concurrency.SendOnlyChannel
 
iterator() - Method in class com.wantedtech.common.xpresso.experimental.generator.Generator
 
iterator() - Method in class com.wantedtech.common.xpresso.helpers.HappyMySQL
 
iterator() - Method in class com.wantedtech.common.xpresso.regex.MatchIterator
 
iterator() - Method in class com.wantedtech.common.xpresso.types.Bag
 
iterator() - Method in class com.wantedtech.common.xpresso.types.dict
 
iterator() - Method in class com.wantedtech.common.xpresso.types.HappyFile
 
iterator() - Method in class com.wantedtech.common.xpresso.types.list
 
iterator() - Method in class com.wantedtech.common.xpresso.types.OrderedDict
 
iterator() - Method in class com.wantedtech.common.xpresso.types.set
 
iterator() - Method in class com.wantedtech.common.xpresso.types.str
 
iv90 - Variable in class com.wantedtech.common.xpresso.functional.lambda.Lambda2Parser.InputVarsContext
 
iv92 - Variable in class com.wantedtech.common.xpresso.functional.lambda.Lambda2Parser.InputVarsContext
 
iv93 - Variable in class com.wantedtech.common.xpresso.functional.lambda.Lambda2Parser.InputVarsContext
 
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