public class MatchUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static <E> int |
lastWithSymbol(String symbol,
List<E> rows,
List<String> symbols,
int startIndex)
Returns the row with the highest index whose corresponding symbol matches, null otherwise.
|
static void |
print(int s) |
public static <E> int lastWithSymbol(String symbol, List<E> rows, List<String> symbols, int startIndex)
symbol - Target Symbolrows - List of passed rowssymbols - Corresponding symbols to rowspublic static void print(int s)
Copyright © 2012-2022 Apache Software Foundation. All Rights Reserved.