Package com.google.gerrit.server.util
Class RegexListSearcher<T>
- java.lang.Object
-
- com.google.gerrit.server.util.RegexListSearcher<T>
-
-
Constructor Summary
Constructors Constructor Description RegexListSearcher(String re)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
hasMatch(List<T> list)
static RegexListSearcher<String>
ofStrings(String re)
Iterable<T>
search(List<T> list)
-