de.hpi.fgis.dude.postprocessor
Class WarshallTransitiveClosureGenerator.IntPair

java.lang.Object
  extended by de.hpi.fgis.dude.postprocessor.WarshallTransitiveClosureGenerator.IntPair
Enclosing class:
WarshallTransitiveClosureGenerator

public class WarshallTransitiveClosureGenerator.IntPair
extends Object

WarshallTransitiveClosureGenerator.IntPair is used to create a pair of integer values.

Author:
Uwe Draisbach

Constructor Summary
WarshallTransitiveClosureGenerator.IntPair(int i, int j)
          Constructor of class IntPair
 
Method Summary
 boolean equals(Object obj)
           
 int getFirst()
          Returns the first integer value of the integer pair.
 int getSecond()
          Returns the second integer value of the integer pair.
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WarshallTransitiveClosureGenerator.IntPair

public WarshallTransitiveClosureGenerator.IntPair(int i,
                                                  int j)
Constructor of class IntPair

Parameters:
i - The first integer value.
j - The second integer value.
Method Detail

getFirst

public int getFirst()
Returns the first integer value of the integer pair.

Returns:
first integer value of the integer pair.

getSecond

public int getSecond()
Returns the second integer value of the integer pair.

Returns:
second integer value of the integer pair.

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


Copyright © 2011 Hasso Plattner Institute - Chair of Information Systems. All Rights Reserved.