Class ValuePair<A,B>

java.lang.Object
net.imglib2.util.ValuePair<A,B>
All Implemented Interfaces:
Pair<A,B>

public class ValuePair<A,B> extends Object implements Pair<A,B>
TODO
  • Field Details

    • a

      public final A a
    • b

      public final B b
  • Constructor Details

    • ValuePair

      public ValuePair(A a, B b)
  • Method Details

    • getA

      public A getA()
      Specified by:
      getA in interface Pair<A,B>
    • getB

      public B getB()
      Specified by:
      getB in interface Pair<A,B>
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object