Package com.google.re2j
Class Parser.Pair<F,S>
- java.lang.Object
-
- com.google.re2j.Parser.Pair<F,S>
-
- Enclosing class:
- Parser
private static class Parser.Pair<F,S> extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description (package private) static <F,S>
Parser.Pair<F,S>of(F first, S second)
-
-
-
Method Detail
-
of
static <F,S> Parser.Pair<F,S> of(F first, S second)
-
-