gr.uoa.di.madgik.searchlibrary.operatorlibrary.join
Class IndexPair

java.lang.Object
  extended by gr.uoa.di.madgik.searchlibrary.operatorlibrary.join.IndexPair

public class IndexPair
extends Object


Field Summary
 int first
           
 int second
           
 
Constructor Summary
IndexPair(int first, int second)
           
 
Method Summary
 boolean equals(Object other)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

first

public int first

second

public int second
Constructor Detail

IndexPair

public IndexPair(int first,
                 int second)
Method Detail

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

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


Copyright © 2013. All Rights Reserved.