Class Parser.Pair<F,​S>

  • Enclosing class:
    Parser

    private static class Parser.Pair<F,​S>
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) F first  
      (package private) S second  
    • Constructor Summary

      Constructors 
      Constructor Description
      Pair​(F first, S second)  
    • 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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • first

        final F first
      • second

        final S second
    • Constructor Detail

      • Pair

        Pair​(F first,
             S second)
    • Method Detail

      • of

        static <F,​S> Parser.Pair<F,​S> of​(F first,
                                                     S second)