Class ModuleAttr.Pair<F,​S>

    • 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

      • 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)