Class PairOutputs.Pair<A,​B>

  • Enclosing class:
    PairOutputs<A,​B>

    public static class PairOutputs.Pair<A,​B>
    extends java.lang.Object
    Holds a single pair of two outputs.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      A output1  
      B output2  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object other)  
      int hashCode()  
      • Methods inherited from class java.lang.Object

        getClass, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • output1

        public final A output1
      • output2

        public final B output2
    • Method Detail

      • equals

        public boolean equals​(java.lang.Object other)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object