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 _ 

L

label() - Method in class com.wantedtech.common.xpresso.en.sentence.chunker.Node
 
Lambda2BaseListener - Class in com.wantedtech.common.xpresso.functional.lambda
This class provides an empty implementation of Lambda2Listener, which can be extended to create a listener which only needs to handle a subset of the available methods.
Lambda2BaseListener() - Constructor for class com.wantedtech.common.xpresso.functional.lambda.Lambda2BaseListener
 
Lambda2Lexer - Class in com.wantedtech.common.xpresso.functional.lambda
 
Lambda2Lexer(CharStream) - Constructor for class com.wantedtech.common.xpresso.functional.lambda.Lambda2Lexer
 
Lambda2Listener - Interface in com.wantedtech.common.xpresso.functional.lambda
This interface defines a complete listener for a parse tree produced by Lambda2Parser.
Lambda2Parser - Class in com.wantedtech.common.xpresso.functional.lambda
 
Lambda2Parser(TokenStream) - Constructor for class com.wantedtech.common.xpresso.functional.lambda.Lambda2Parser
 
Lambda2Parser.AnyExpressionContext - Class in com.wantedtech.common.xpresso.functional.lambda
 
Lambda2Parser.ArithmeticExpressionEContext - Class in com.wantedtech.common.xpresso.functional.lambda
 
Lambda2Parser.BasicExpressionFContext - Class in com.wantedtech.common.xpresso.functional.lambda
 
Lambda2Parser.BooleanExpressionBContext - Class in com.wantedtech.common.xpresso.functional.lambda
 
Lambda2Parser.ComplexIdentifierContext - Class in com.wantedtech.common.xpresso.functional.lambda
 
Lambda2Parser.EvalContext - Class in com.wantedtech.common.xpresso.functional.lambda
 
Lambda2Parser.FunctionContext - Class in com.wantedtech.common.xpresso.functional.lambda
 
Lambda2Parser.InputVarsContext - Class in com.wantedtech.common.xpresso.functional.lambda
 
Lambda2Parser.LambdaExpressionContext - Class in com.wantedtech.common.xpresso.functional.lambda
 
Lambda2Parser.ProductExpressionTContext - Class in com.wantedtech.common.xpresso.functional.lambda
 
LambdaBaseListener - Class in com.wantedtech.common.xpresso.functional.lambda
This class provides an empty implementation of LambdaListener, which can be extended to create a listener which only needs to handle a subset of the available methods.
LambdaBaseListener() - Constructor for class com.wantedtech.common.xpresso.functional.lambda.LambdaBaseListener
 
lambdaExpression() - Method in class com.wantedtech.common.xpresso.functional.lambda.Lambda2Parser.EvalContext
 
lambdaExpression() - Method in class com.wantedtech.common.xpresso.functional.lambda.Lambda2Parser
 
lambdaExpression() - Method in class com.wantedtech.common.xpresso.functional.lambda.LambdaParser.EvalContext
 
lambdaExpression() - Method in class com.wantedtech.common.xpresso.functional.lambda.LambdaParser
 
LambdaExpressionContext(ParserRuleContext, int) - Constructor for class com.wantedtech.common.xpresso.functional.lambda.Lambda2Parser.LambdaExpressionContext
 
LambdaExpressionContext(ParserRuleContext, int) - Constructor for class com.wantedtech.common.xpresso.functional.lambda.LambdaParser.LambdaExpressionContext
 
lambdaF(String, Function<Object, ?>...) - Static method in class com.wantedtech.common.xpresso.x
Creates and returns new LambdaFunction for a given String lambda expression Example 1:
lambdaF(String) - Static method in class com.wantedtech.common.xpresso.x
 
LambdaFunction<O> - Class in com.wantedtech.common.xpresso.functional.lambda
 
LambdaFunction(String, Function<Object, ?>...) - Constructor for class com.wantedtech.common.xpresso.functional.lambda.LambdaFunction
 
LambdaFunction(String) - Constructor for class com.wantedtech.common.xpresso.functional.lambda.LambdaFunction
 
LambdaLexer - Class in com.wantedtech.common.xpresso.functional.lambda
 
LambdaLexer(CharStream) - Constructor for class com.wantedtech.common.xpresso.functional.lambda.LambdaLexer
 
LambdaListener - Interface in com.wantedtech.common.xpresso.functional.lambda
This interface defines a complete listener for a parse tree produced by LambdaParser.
lambdaP(String, Function<Object, ?>...) - Static method in class com.wantedtech.common.xpresso.x
Creates and returns new LambdaPredicate for a given String lambda expression Example 1:
lambdaP(String) - Static method in class com.wantedtech.common.xpresso.x
 
LambdaParser - Class in com.wantedtech.common.xpresso.functional.lambda
 
LambdaParser(TokenStream) - Constructor for class com.wantedtech.common.xpresso.functional.lambda.LambdaParser
 
LambdaParser.AnyExpressionContext - Class in com.wantedtech.common.xpresso.functional.lambda
 
LambdaParser.ArithmeticExpressionEContext - Class in com.wantedtech.common.xpresso.functional.lambda
 
LambdaParser.BasicExpressionFContext - Class in com.wantedtech.common.xpresso.functional.lambda
 
LambdaParser.BooleanExpressionBContext - Class in com.wantedtech.common.xpresso.functional.lambda
 
LambdaParser.ComplexIdentifierContext - Class in com.wantedtech.common.xpresso.functional.lambda
 
LambdaParser.EvalContext - Class in com.wantedtech.common.xpresso.functional.lambda
 
LambdaParser.FunctionContext - Class in com.wantedtech.common.xpresso.functional.lambda
 
LambdaParser.LambdaExpressionContext - Class in com.wantedtech.common.xpresso.functional.lambda
 
LambdaParser.ProductExpressionTContext - Class in com.wantedtech.common.xpresso.functional.lambda
 
LambdaPredicate - Class in com.wantedtech.common.xpresso.functional.lambda
 
LambdaPredicate(String, Function<Object, ?>...) - Constructor for class com.wantedtech.common.xpresso.functional.lambda.LambdaPredicate
 
LambdaPredicate(String) - Constructor for class com.wantedtech.common.xpresso.functional.lambda.LambdaPredicate
 
largestN(Iterable<T>, int) - Static method in class com.wantedtech.common.xpresso.x
Returns the N largest elements of the input Iterable.
last(Iterable<T>) - Static method in class com.wantedtech.common.xpresso.x
 
lastBigram() - Method in class com.wantedtech.common.xpresso.token.Token
 
lastIndexOf(int) - Method in class com.wantedtech.common.xpresso.strings.HappyString
Returns the index within this string of the last occurrence of the specified character.
lastIndexOf(int, int) - Method in class com.wantedtech.common.xpresso.strings.HappyString
Returns the index within this string of the last occurrence of the specified character, searching backward starting at the specified index.
lastIndexOf(String) - Method in class com.wantedtech.common.xpresso.strings.HappyString
Returns the index within this string of the last occurrence of the specified substring.
lastIndexOf(String, int) - Method in class com.wantedtech.common.xpresso.strings.HappyString
Returns the index within this string of the last occurrence of the specified substring, searching backward starting at the specified index.
lastLetter() - Method in class com.wantedtech.common.xpresso.token.Token
 
lastTrigram() - Method in class com.wantedtech.common.xpresso.token.Token
 
leastCommonN(int) - Method in class com.wantedtech.common.xpresso.types.Bag
 
leastCommonN() - Method in class com.wantedtech.common.xpresso.types.Bag
 
left - Variable in class com.wantedtech.common.xpresso.helpers.ImmutablePair
Left object
len() - Method in class com.wantedtech.common.xpresso.en.sentence.chunker.Node
 
len() - Method in class com.wantedtech.common.xpresso.functional.lambda.Value
 
len() - Method in interface com.wantedtech.common.xpresso.helpers.Lengthful
 
len - Variable in class com.wantedtech.common.xpresso.strings.HappyStringStatic
 
len() - Method in interface com.wantedtech.common.xpresso.types.tuple
 
len() - Method in class com.wantedtech.common.xpresso.types.tuples.AbstractTuple
 
len - Static variable in class com.wantedtech.common.xpresso.x
A Function that takes any object as input and returns its "length", e.g.
len(Object) - Static method in class com.wantedtech.common.xpresso.x
Returns the length of the argument, usually it is the number of elements it contains.
length() - Method in class com.wantedtech.common.xpresso.strings.HappyString
Returns the length of this string.
length1 - Variable in class com.wantedtech.common.xpresso.strings.diff_match_patch.Patch
 
length2 - Variable in class com.wantedtech.common.xpresso.strings.diff_match_patch.Patch
 
Lengthful - Interface in com.wantedtech.common.xpresso.helpers
 
less(Value) - Method in class com.wantedtech.common.xpresso.functional.lambda.Value
 
lessorequals(Value) - Method in class com.wantedtech.common.xpresso.functional.lambda.Value
 
LineReader - Class in com.wantedtech.common.xpresso.csv
This class was created for issue #106 (https://sourceforge.net/p/opencsv/bugs/106/) where carriage returns were being removed.
LineReader(BufferedReader, boolean) - Constructor for class com.wantedtech.common.xpresso.csv.LineReader
LineReader constructor.
LINK - Variable in class com.wantedtech.common.xpresso.regex.RegexStatic
 
list<T> - Class in com.wantedtech.common.xpresso.types
 
list() - Constructor for class com.wantedtech.common.xpresso.types.list
 
list(Iterable<T>) - Constructor for class com.wantedtech.common.xpresso.types.list
 
list() - Static method in class com.wantedtech.common.xpresso.x
Factory method that creates a new empty list object.
list(T, T, T...) - Static method in class com.wantedtech.common.xpresso.x
Factory method that creates a new list object from the input elements of type T.
list(T[]) - Static method in class com.wantedtech.common.xpresso.x
Factory method that creates a new list object from the input array of type T.
list(Iterable<T>) - Static method in class com.wantedtech.common.xpresso.x
Factory method that creates a new list object from the input Iterable iterable of type T.
listOf(T) - Static method in class com.wantedtech.common.xpresso.x
Factory method that creates a new list containing the input element.
lookAlikes(Iterable<String>, double) - Method in class com.wantedtech.common.xpresso.strings.HappyString
 
lookAlikes(Iterable<String>) - Method in class com.wantedtech.common.xpresso.strings.HappyString
 
lower() - Method in class com.wantedtech.common.xpresso.strings.HappyString
 
lower - Variable in class com.wantedtech.common.xpresso.strings.HappyStringStatic
 
lower() - Method in class com.wantedtech.common.xpresso.types.str
 
lower - Variable in class com.wantedtech.common.xpresso.types.strs.strStatic
 
lower - Static variable in class com.wantedtech.common.xpresso.x
A synonym to
lst - Variable in class com.wantedtech.common.xpresso.json.JSONTreeParser.ArrayContext
 
lst - Variable in class com.wantedtech.common.xpresso.json.JSONTreeParser.ElementsContext
 
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