Class IntPair

java.lang.Object
org.graph4j.util.IntPair

public class IntPair extends Object
Author:
Cristian Frăsinaru
  • Constructor Details

    • IntPair

      public IntPair(int first, int second)
  • Method Details

    • first

      public int first()
    • second

      public int second()
    • hashCode

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

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

      public String toString()
      Overrides:
      toString in class Object