Class BlindDeblur.Pair<T,U>

java.lang.Object
gov.nih.mipav.model.algorithms.BlindDeblur.Pair<T,U>
Enclosing class:
BlindDeblur

class BlindDeblur.Pair<T,U> extends Object
  • Field Details

    • first

      public T first
    • second

      public U second
  • Constructor Details

    • Pair

      public Pair(T t, U u)
  • Method Details

    • getFirst

      public T getFirst()
    • getSecond

      public U getSecond()
    • equals

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

      public int hashCode()
      Define a hash code based on the first and second's hash code
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object